what is command like " #(cd unixos; pwd) " tell me OUTPUT
Answer Posted / louis
the commands in () will be lanched in a new (sub-)shell
in this shell you will change dir or have an error (no dir),
and have you current dir
all the display of potential error and the working directory
will be displayed in the subshell and thus you will not see
the outputs
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is #!/ Bin sh?
What does ls mean in linux?
How can you check the amount of lines in a file?
How to recover /etc/passwd file and /etc/shadow file?
What is mkdir p?
How can we increase disk read performance in single command?
What is the command can be run to remove all the rules in an iptable table?
What is the symbol of linux?
What the command used for search file or files for specific text?
What is clang format?
How much ram do I have linux?
What can you tell about the tar command?
What are different command to check ram, process and hdd of linux machine?
What is difference between free and available memory in linux?
What is command to check ports running/used over local machine