Search Results

Search: Posts Made By: poyeur
3,123
Posted By poyeur
You could try: grep...
You could try:


grep myfile_goodfile_sec_20140324_c.doc all_info.txt | head -1


Or


grep myfile_goodfile_sec_20140324_c.doc all_info.txt | grep -v docx
grep...
7,519
Posted By poyeur
You'll need to do something similar to this,...
You'll need to do something similar to this, setting your variables:

echo "ftp -n ${HOST} <<EOF" > ${FILE_FTP}
echo "quote user ${USER}" >> ${FILE_FTP}
echo "quote pass ${PASS}" >> ${FILE_FTP}...
Showing results 1 to 2 of 2

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