Search Results

Search: Posts Made By: smilesavvy
7,355
Posted By smilesavvy
grep "$( date +"%F" )" abc.log > $( date +"%F"...
grep "$( date +"%F" )" abc.log > $( date +"%F" ).log
45,479
Posted By smilesavvy
awk '/OrdAcctCycChg/ {print...
awk '/OrdAcctCycChg/ {print $1,substr($3,length($3),1)}' inputfile | while read a b
do
echo $a #your first variable value
echo $b #your second variable value
done
1,938
Posted By smilesavvy
It will be created in your home directory as a...
It will be created in your home directory as a hidden directory. ~ represents Home Directory here.
8,583
Posted By smilesavvy
I would suggest you to check the MAN page. ...
I would suggest you to check the MAN page.

sftp is an interactive file transfer program, similar to ftp, which performs all operations over an encrypted ssh transport. It may also use many...
Showing results 1 to 4 of 4

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