Linux CLI - Viewing and Editing Files
Which of the following is the correct syntax to view a file named
log.txt using more?log.txt using more?moremore filename.more log.txt < uses incomplete input redirection syntax; more > log.txt uses output redirection which is incorrect; more log.txt -f places option after filename, treating -f as a file.more filename to view files [OK]more filename to open files quickly [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions