jhapaliketo
Replies to this thread:

More by jhapaliketo
What people are reading
Subscribers
Subscribers
[Total Subscribers 1]

syrtyr
:: Subscribe
Back to: Kurakani General Refresh page to view new replies
 Unix Shell Scripting
[VIEWED 5886 TIMES]
SAVE! for ease of future access.
Posted on 02-08-11 11:58 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

I have written the following script to copy files from a directory to another directory and add time stamp to the copied file and remove the original file. I want to know if it is good for bash scripting.
 

#!/bin/bash
for FILES in ./current/*
do
cp -ur $FILES /previous/${FILE}.`date +%m%d%Y`
rm ./current/$FILES
done

 
Posted on 02-09-11 11:11 AM     [Snapshot: 65]     Reply [Subscribe]
Login in to Rate this Post:     1       ?     Liked by
 

I woud recommend using move instead of copy+remove, its faster. Modified version below:

#!/bin/bash
cd ./current

for FILES in *

do

  mv $FILES /previous/${FILES}.`date +%m%d%Y`

done

 


 
Posted on 02-09-11 12:57 PM     [Snapshot: 110]     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

That looks good.
Thanks

My VPN is not working. So, i have not been able to test.

 


Please Log in! to be able to reply! If you don't have a login, please register here.

YOU CAN ALSO



IN ORDER TO POST!




Within last 60 days
Recommended Popular Threads Controvertial Threads
TPS to F1 Status.
TPS To F-1 COS
TPS Sakiyo Tara Case is in Court.
Got my F1 reinstatement approved within 3 months(was out of F1 for almost 2 years)
Has anyone here successfully reinstated to F-1 status after a year-long gap following a drop from F-1?
Nepal TPS decision
Need Help of IT consultancies
Any input on remote jobs(IT related or Sales or Marketing)?
Supreme Court allows Trump to end TPS for Venezuelans
Nepal Likely to Get 60-Day TPS Notice
Nepal TPS has been Extended !!!
नेपाल मा B. sc गरियो यहाँ फेरी ७० -८० क्रेडिट पढ्नु पर्ने भो
Genuine Question.... Why so many folks still in TPS after 10 years. Is the statistics wrong?
NEPAL TPS IS GONE
The New Color of Her Flag
🛡️ Nepal TPS Holders: Don’t Panic About August 5 — DHS Screwed Up (Maybe on Purpose)
Travelling to Nepal with expiration less than 6 months
Don’t Just Read—Join the Conversation
मौका छोपी रक्सी र सुन्तला लुट्नेहरू थुना बाट भकाभक छुट्न थाले
TPS of Nepal to be automatically extended for 6 months based on South Sudan decision
NOTE: The opinions here represent the opinions of the individual posters, and not of Sajha.com. It is not possible for sajha.com to monitor all the postings, since sajha.com merely seeks to provide a cyber location for discussing ideas and concerns related to Nepal and the Nepalis. Please send an email to admin@sajha.com using a valid email address if you want any posting to be considered for deletion. Your request will be handled on a one to one basis. Sajha.com is a service please don't abuse it. - Thanks.

Sajha.com Privacy Policy

Like us in Facebook!

↑ Back to Top
free counters