What two character sequence is present at the beginning…
What two character sequence is present at the beginning of an interpreted script?
(Please specify the TWO correct characters only)
Which output will appear if the command, ./script.sh te…
The script, script.sh, consists of the following lines:
“Best Material, Great Results”. www.certkingdom.com 12
010-150
#!/bin/bash
echo $2 $1
Which output will appear if the command, ./script.sh test1 test2, is entered?
What is the correct statement?
The output of the program date should be saved in the variable actdat. What is the correct statement?
Which command will display the last line of the file fo…
Which command will display the last line of the file foo.txt?
How can the current directory and its subdirectories be…
How can the current directory and its subdirectories be searched for the file named MyFile.xml?
How can the normal output of a command be written to a …
How can the normal output of a command be written to a file while discarding the error output?
Which of the following commands will create an archive …
Which of the following commands will create an archive file, named backup.tar, containing all the files from the directory /home?
Which of the following command sequences overwrites the…
Which of the following command sequences overwrites the file foobar.txt?
Which command chain will count the number of regular fi…
Which command chain will count the number of regular files with the name of foo.txt within /home?
What is the correct command to extract the contents of …
What is the correct command to extract the contents of the archive file download.bz2?