Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!
1.
Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!
1. The problem statement, all variables and given/known data:
List the last 3 times you logged into the hottub and the command(s) you used to obtain this information
2. Relevant commands, code, scripts, algorithms:
3.
Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!
1. The problem statement, all variables and given/known data:
A script that takes any number of directories as command line arguments and then lists the contents of each of these directories.
Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!
1. The problem statement, all variables and given/known data:
I am trying to outut the man command output into a text file which will help me for future reference.
2. Relevant commands, code, scripts, algorithms:
man, cat
3.
Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!
1. The problem statement, all variables and given/known data:
what is the output of ls -lm and ls -ml? which option takes procedures?
what is the output of ls -d?
2.
Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!
1.
Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!
1. The problem statement, all variables and given/known data:
find out lines in a given file consisting of the following pattern BCAA, BCAAA, BCAAAA, BCAAAAA, BCAAAAAA
2. Relevant commands, code, scripts, algorithms:
Code:
grep BC(A)\{2,6} filename
3.
Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!
1. The problem statement, all variables and given/known data:
Execute command with integer list arguments such as myScript 8 7 2 3.
Take those arguments and square all of them one by one, each iteration print out the result.
Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!
1. The problem statement, all variables and given/known data:
Unix internal algorithms like namei()
2. Relevant commands, code, scripts, algorithms:
System programming concepts
3.