|
Related Questions |
View Answer |
|
What’s the command to find out users on the system?
|
View Answer
|
|
What’s the command to find out today’s date?
|
View Answer
|
|
How do you find out what’s your shell?
|
View Answer
|
|
How would you get the character positions 10-20 from a text file?
|
View Answer
|
|
How would you using the commands ps, cut, tr and kill, along with pipes, write a command that will find all sleep processes running on the system and kill them?
|
View Answer
|
|
For class I need to create the command line. cAN ANYONE HELP ME?
Using the commands ps, cut, tr and kill, along with pipes, write a command that will find all sleep processes running on the system and kill them.
Thank you Archie
|
View Answer
|
|
What does $? return?
|
View Answer
|
|
How would you replace the n character in a file with some xyz?
|
View Answer
|
|
How would you print just the 25th line in a file (smallest possible script please)?
|
View Answer
|
|
How would you get the character positions 10-20 from a text file?
|
View Answer
|
|
When you login to a c shell, which script would be run first? (before the terminal is ready for the user)
|
View Answer
|
|
How do you read arguments in a shell program - $1, $2 ...
|
View Answer
|
|
What are the different kinds of loops available in shell script
|
View Answer
|
|
How do u open a read only file in Unix?
|
View Answer
|
|
How do you schedule a command to run at 4:00 every morning?
|
View Answer
|
|
How will you list only the empty lines in a file (using grep)
|
View Answer
|
|
What is the difference between a shell variable that is exported and the one that is not exported?
|
View Answer
|
|
What is the difference between a shell variable that is exported and the one that is not exported?
|
View Answer
|
|
If you have a string "one two three", which shell command would you use to extract the strings
|
View Answer
|
|
What is $*
|
View Answer
|