Tag: operating systems
Questions Related to operating systems
Apply the Date format with the day, month, and year
Apply the Time format with the hour and minute, and AM or PM
I have a script named test.sh and the contents are as follows: $ cat test.sh echo hi rm -f test.sh echo hi ######## What will be the output of the following comand: $ sh test.sh
I have a file named "-p" in my home directory. Which of the following commands will be used to delete this file?