If you have a string "one two three", which shell command would you use to extract the strings?
5 12886What is the difference between a shell variable that is exported and the one that is not exported?
6 11818Post New Shell Script Questions
Explain about sourcing commands?
Can shell script run on windows?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
What is the significance of the shebang line in shell scripting?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
How do I run a bin bash script?
What is bash shell command?
What is inside a seashell?
What are the advantages of shell script?
What is bourne shell scripting?
What are the zombie processes?
What is option in shell script?
What is shell environment?
What is the conditional statement in shell scripting?
What does $1 mean in bash?