If you have a string "one two three", which shell command
would you use to extract the strings?
Answer Posted / rachana
Cut command
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
What is the meaning of $1 in shell script?
Is shell a part of kernel?
Is cmd a shell?
What is shell environment?
Why is it called a shell?
How to use arguments in a script?
What is meant by dos operating system?
What is the difference between break and continue commands?
What is a shell made of?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
Is shell scripting a programming language?
What are the various stages of a linux process it passes through?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
Why is the use of shell script?