Search Results

Search: Posts Made By: baluchen
5,487
Posted By MadeInGermany
With bash builtins: #!/bin/bash while read w1...
With bash builtins:
#!/bin/bash
while read w1 line
do
case $w1 in
(uid:) uid=$line;;
(displayName:) displayName=$line;;
(street::) street=$(openssl enc -base64 -d <<< "$line" | tr '\n'...
5,487
Posted By RudiC
Like so? awk -F: ' /^(#| *$|search|result)/ ...
Like so?
awk -F: '
/^(#| *$|search|result)/ {next
}
NF == 3 {gsub (/^ | $/, "", $3)
CMD = sprintf...
1,660
Posted By RavinderSingh13
Hello baluchen, Could you please try...
Hello baluchen,

Could you please try following and let me know if this helps you.

ssh user_name@host "commands" 2>error_output
Now above will capture the errors if any will come from...
Showing results 1 to 3 of 3

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