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.

Comments

Popular posts from this blog

Vim vi how to reload a file your editing