(L'informatique désigne l'automatisation du traitement de
l'information par un système, concret (machine) ou abstrait....)
Less (Unix)
Less is a program
on Unix and Unix-like systems used to view (but not change) the contents of a
text file one screen at a time. It is similar to more, but has the extended
capability of allowing both forward and backward navigation through the file. Unlike
vi (which can also be used to view files), less does not need to read the
entire file before starting, resulting in faster load times with large files.
|
|
Demander à less d'ouvrir le
fichier en plaçant en haut de l'écran la ligne n.
On a le fichier suivant:
On veut afficher la troisième ligne, on indique le numéro de la ligne (+3):
<<
Retour
|