Search Results

Search: Posts Made By: ariesb2b
3,818
Posted By ariesb2b
No its part of a legacy system and cant be...
No its part of a legacy system and cant be changed.
I just want it removed from ps. how can i use pipe or file for that.
3,818
Posted By ariesb2b
Hide password from processes in Linux
i have a shell script which calls a java program with username and password arguments.


#!/bin/ksh

#set some classpaths here

#finally run the command
java com.test -u $U -p $P


Now...
1,602
Posted By ariesb2b
Thanks both work fine and good enough for me. ...
Thanks both work fine and good enough for me.
In the second example, what kind of redirection is <&3 and then 3< ?
1,602
Posted By ariesb2b
Using here document when passing arguments
I have a script test.sh which reads various inputs from a user.

#!/bin/ksh
read x
read y
read z

echo x: $x y: $y z: $z
# read few more things again

read a
read b

echo a: $a b: $b
...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 04:40 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy