less non funziona

5

Recentemente ho notato che meno comandi non funzionano.

$ ls | less                                                        
CertificateEntreprenuership101.pdf
Engineering Software as a Service_ An Agile Approach Using Cloud Computing_B00CCEHNUM copy.azw3
Photos.zip
Raspberry_Pi_Education_Manual.pdf
chef-v100
chef-v100.zip
node-webkit
postgresql-v400 2
postgresql-v400.zip
rd1_ua
rd1_ua.zip

Come puoi vedere, non si è aperto di meno come visualizzatore. Potrebbe essere un impostazione globale, ma non ho idea di cosa potrebbe causare.

Aggiorna.

$ which less
/usr/bin/less
$ echo $LESS                                                           
-F -g -i -M -R -S -w -X -z-4
less <somefile> - works as expected
    
posta megas 26.06.2016 - 16:42
fonte

1 risposta

10

Da man less :

   -F or --quit-if-one-screen
          Causes  less  to  automatically  exit  if  the entire file can be displayed on the first
          screen.

Rimuovi l'opzione da LESS per evitare questo.

    
risposta data 26.06.2016 - 16:58
fonte

Leggi altre domande sui tag