recursive CLI commands [duplicate]
This question already has an answer here:
Bash - how do you make it so that the result of a command gets placed into
a variable? 1 answer
What is the syntax to perform a unix command that uses the result of
another operation as an argument. Like this
$ rm (the result of "which executable")
The intention here is to remove the first found symlink of executable. e.g:
$ rm /usr/bin/executable
No comments:
Post a Comment