Jane has two text files, file1 and file2. She wants to append the contents of file2 to the existing contents of file1.
Choose the command that will achieve this goal.
While working in his home directory, Jim lists the contents of the directory with the following result:
$ ls -F
affiliates* daily-report* fixes today
appointment expenses/ phone-list@ windfil>
year-report|
This directory listing indicates that the phone-list file is what type of file?
Wally notices that the system seems to be running slower, and he wants to run a command to determine which
process might be using the most system resources. Choose the command he might use for this purpose.
Wally has a file with data about various coffee plants, the data is stored in a file named plants, the file is in the
coffee directory of Wally's home directory. He wants to find the number of entries that are NOT the plant
"Gallienii" or "gallienii". Choose the command that Wally might use to extract the information from the file.
Wally is logged into a system and is searching in a file using the following command.
$ grep -i "$LOGNAME" weekly-reports.txt
What is Wally searching for in this file?