- STDERR
- echo Testing >> output.file
head command will display only the first five lines of a file?- -n 5
grep command can be used with glob characters.- True
- grep ^test file.txt
- more
- less
find command can search for files based on the size of the file.- True
cut command is used to specify the field?- -f
wc command will print the total number of words in a file?- -w
echo "text" >> file.txt will not overwrite file.txt if it already exists.- True
0 comments:
Posting Komentar