Re: hide options passed to a script

2009-02-16 Thread Jan Stary
On Feb 16 11:12:37, Per-Erik Persson wrote: > If I pass options to a script or to something similar like this: > > some_sql_stuff.sh $username $password $database > > The content of the variables can be viewed with top or ps while the > script is running. > If I don't remember completely wrong f

hide options passed to a script

2009-02-16 Thread Per-Erik Persson
If I pass options to a script or to something similar like this: some_sql_stuff.sh $username $password $database The content of the variables can be viewed with top or ps while the script is running. If I don't remember completely wrong from the bad old days the text that was displayed was act