Search Results

Search: Posts Made By: Juggernaut
2,075
Posted By Juggernaut
File upload message in SFTP
Hi,


Below script is running on AIX 7.1 ( 7100-04-05-1720 version ) server. Recently OpenSSH version installed on server got updated from OpenSSH_6.0p1 to OpenSSH_7.5p1 version. After this update...
6,516
Posted By Juggernaut
You can try this ... ls directory-name |...
You can try this ...


ls directory-name | while read line
do
touch output.txt
echo $line > temp.txt
cut -d' ' -f2 $line >> temp.txt
paste temp.txt output.txt > output2.txt
cp output2.txt...
Showing results 1 to 2 of 2

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