Search Results

Search: Posts Made By: tarakant
1,520
Posted By frans
without headerjoin -1 9 -2 4 f1.txt f2.txt | cut...
without headerjoin -1 9 -2 4 f1.txt f2.txt | cut -d' ' -f1,6,12
9,120
Posted By methyl
With anything to do with ftp it helps to know...
With anything to do with ftp it helps to know which Operating System(s) are involved and whether you have administrative access to both computers to write scripts etc..

Also:
Are these Binary or...
9,120
Posted By dazdseg
you can do something like this:--- for old...
you can do something like this:---

for old files
for file in `ls *`
do
cksum $file >> old_file (this is for the old files)
done
for file in `ls *`
do
cksum $file >> ftp_file (this is for...
1,318
Posted By clx
Ah, the OP didn't want week day just observed. ...
Ah, the OP didn't want week day just observed.

$ date +'%b %e %H:%M'
Jun 1 14:46
Showing results 1 to 4 of 4

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