Shaare your links...
6218 links
Shared links on http://www.la-pub-dans-les-films.fr/shaarli/ Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 1 / 1
4 results for tags vi x
  • Quelques gemmes en CLI - LinuxFr.org
    A check

    Dans les commentaires :
    vidir : "En gros ça envoie la liste des fichiers du dossier courant ou une liste précise de fichiers dans votre éditeur de fichiers favori. De là, vous pouvez les supprimer (en virant la ligne correspondante) ou les renommer (en corrigeant la ligne correspondante)… et ce possiblement très vite et en masse, selon votre maîtrise de votre éditeur de texte. Sauvegardez le fichier (temporaire) et les modifications correspondantes seront appliquées."

    --------------------------------------------------------------------

    Binary package “moreutils” in ubuntu noble

       Noble (24.04) moreutils

    additional Unix utilities

    This is a growing collection of the Unix tools that nobody thought
    to write long ago, when Unix was young.
    .
    So far, it includes the following utilities:
     - chronic: runs a command quietly unless it fails
     - combine: combine the lines in two files using boolean operations
     - errno: look up errno names and descriptions
     - ifdata: get network interface info without parsing ifconfig output
     - ifne: run a program if the standard input is not empty
     - isutf8: check if a file or standard input is utf-8
     - lckdo: execute a program with a lock held
     - mispipe: pipe two commands, returning the exit status of the first
     - parallel: run multiple jobs at once
     - pee: tee standard input to pipes
     - sponge: soak up standard input and write to a file
     - ts: timestamp standard input
     - vidir: edit a directory in your text editor
     - vipe: insert a text editor into a pipe
     - zrun: automatically uncompress arguments to command
    Wed Jun 19 21:56:59 2024 - permalink -
    - https://linuxfr.org/users/jeanclaude-2/journaux/quelques-gemmes-en-cli
    linux vi vim
  • Vi / vim raccourcis
    https://www.blog.florian-bogey.fr/wp-content/uploads/2013/05/vi-vim-cheat-sheet-raccourcis.jpg
    Mon Jan 1 14:56:37 2024 - permalink -
    - https://www.malekal.com/raccourcis-clavier-commandes-vim/
    editeur texte Vi vim
  • Manuel vi
    vimtutor

    Manuel vi

    supprimer ttes les lignes :
    :[début],[fin]d
    :0,$d



       . Point : Fait référence à la ligne courante
       $ dollar: Indique la fin du fichier
       % Pourcentage : correspond à toutes les lignes du fichier

    -----------------------------------
    u        annuler derniere commande

    :s/old/new/g          remplacer du texte

    To substitute new for the first old in a line type    :s/old/new
        To substitute new for all 'old's on a line type       :s/old/new/g
        To substitute phrases between two line #'s type       :#,#s/old/new/g
        To substitute all occurrences in the file type        :%s/old/new/g
        To ask for confirmation each time add 'c'             :%s/old/new/gc
    Tue Mar 28 17:00:49 2023 - permalink -
    - https://docs.oracle.com/cd/E19620-01/805-1608/6j1io9lhi/index.html
    vi
  • vi_memento_fr.pdf
    vi_memento_fr.pdf
    Wed Apr 15 12:56:12 2015 - permalink -
    - http://free-electrons.com/doc/vi_memento_fr.pdf
    commandes vi
Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.