Linux CLI - Viewing and Editing Files
What happens when you run
ls -l /var/log | less and press the q key?ls -l /var/log | less and press the q key?less on pressing 'q'less pager and returns control to the shell.ls -l /var/log output is piped to less, so quitting less ends viewing but does not affect ls which already completed.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions