10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hi guys can you please help me with a script to find files with one row/1 line of content then move the file to another directory my script below runs but nothing happens to the files....Alternatively Ca I get a script to find the *.csv files with "wc -1" results = 1 then create a list of those... (5 Replies)
Discussion started by: Dj Moi
5 Replies
2. Shell Programming and Scripting
Hi,
I am trying to find two files in a if condition to do a task
Please find below the script that i have built
while read line
do
filename = $line
if && ]; then
cp /tmp/$filename.dat /sftp/$filename.dat
else
cat $filename "no trg file associated" >>... (4 Replies)
Discussion started by: ramkiran77
4 Replies
3. Shell Programming and Scripting
Finding Files - I am learning more about scripting each day but I am having a hard time figuring out how to write a script to pick particular files from a list ls command. Basically I have several hundred files with the file name being: AAB110321015704.raw or BBA110321015704.raw WHERE the... (6 Replies)
Discussion started by: rdburg
6 Replies
4. Shell Programming and Scripting
Hi All ,
i am in progress of creating a script which should find a file a.txt , in a particular root directory . This should actually Search all the Sub directories and copy those files and FTP it to a server . Need a Input how to Proceed on this
Thankyou guys (6 Replies)
Discussion started by: raghav1982
6 Replies
5. Shell Programming and Scripting
hi,
can we re-write the following command in a way so that we dont need to use and external commands ( grep ) to save calls to fork() and exec()...
find . -name "*.mk" | xargs grep -i libSplitMove.a
thanks
Vivek (1 Reply)
Discussion started by: vivek.gkp
1 Replies
6. Shell Programming and Scripting
Hi guys just wondering if there is a way to
scan the whoel file system and find files that have not been used over a number of days, using the script (5 Replies)
Discussion started by: musicmancanora
5 Replies
7. Shell Programming and Scripting
Hello guys,
Please your help, i need to find all the files writed in the last 5 minutes, but without create another file using touch (like im doing right now):
I am doing this:
anio=`date +%Y`
mes=`date +%m`
dia=`date +%d`
hora=`date +%H`
minuto2=`date +%M`
minuto=`expr... (1 Reply)
Discussion started by: lestat_ecuador
1 Replies
8. Shell Programming and Scripting
Ok, here it is:
I have a system that logs certain files every day. Every time a new day dawns, the system will create a folder with the name that is respective to the day's date (12-06-07) and start putting new files in that folder.
I have another system that needs these files. I am going to:... (1 Reply)
Discussion started by: bbbngowc
1 Replies
9. Shell Programming and Scripting
Hi,
I have a challenging task,in which i have to find the duplicate files by its name and size,then i need to take anyone of the file.Then i need to open the file and find for more than one pattern and count of that pattern.
Note:These are the samples of two files,but i can have more... (2 Replies)
Discussion started by: jerome Sukumar
2 Replies
10. UNIX for Dummies Questions & Answers
I need to write a script that will find all of the files in my current directory that contain a html extension that contains a URL with my user ID as a command line argument and have yhe script display the names of the files selected along with a count of the files found. I'm totally lost ???? Any... (4 Replies)
Discussion started by: jseiple
4 Replies