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 is the use of break command?
What is in a script?
What is shell scripting used for?
What is shell company all about?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
How do I save a powershell script?
What is a file basename?
determine the output of the following command: echo ${new:-variable}
What is shift command in shell script?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
How to debug the problems encountered in the shell script/program?
What is console line?
What does $0 mean in shell script?
How does shell scripting work?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.