Bash script question
Okay here is the deal, can't remember how to surpress output from bash commands that are run, if anyone remembers please let me know.
Example:
#!/bin/sh
pushd ../
Output:
~ ~/user ~/user/scripts
not the biggest worry in the world but if you know the answer I would be much obliged.
Example:
#!/bin/sh
pushd ../
Output:
~ ~/user ~/user/scripts
not the biggest worry in the world but if you know the answer I would be much obliged.
Comments