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.
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.
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 have the output of a csh script piped to an awk script.
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.
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've been stuck on this problem for 2 days now
What command would you enter to list the first lines of all text files within your UnixCourse directory or within any directory inside there?
2.
Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!
1.