Search Results

Search: Posts Made By: Aqeel Abbas
6,564
Posted By Aqeel Abbas
Can you please show me an example ? It would be...
Can you please show me an example ? It would be great :)
6,564
Posted By Aqeel Abbas
@Don Cragun I hope you are having a pleasurable...
@Don Cragun I hope you are having a pleasurable sleep. Do guide me on one more thing that i also want to create a log file as well. Like it saves when a file is copied with its source and destination...
6,564
Posted By Aqeel Abbas
I am using ubuntu 14.04 lts. I will give a try to...
I am using ubuntu 14.04 lts. I will give a try to the advices you have given. and will let you know how the things are going :)
I really appreciate you help in this regard :)
6,564
Posted By Aqeel Abbas
You already guessed that right. this command find...
You already guessed that right. this command find "$srcdir" -type f -name '12*.csv' -mtime -1 -exec cp {} "$dstdir" \; is doing the work for me. however now what i want is that if the command copies...
6,564
Posted By Aqeel Abbas
I am trying to write the script in a natural...
I am trying to write the script in a natural flow. Like we do in c++ or c# etc. so may be my approach is like that. However I also saw an example of copying files from one folder to another some...
6,564
Posted By Aqeel Abbas
Nope this isn't a home work. however i will...
Nope this isn't a home work.

however i will try to find out how -exec works. thanks for giving thoughts on this.
6,564
Posted By Aqeel Abbas
Shell script to copy files from on folder to another
I am trying to copy files with specific date and name to another folder. I am very new to shell scripting so i am finding it hard to do that. see the sample code i have written below.
...
Showing results 1 to 7 of 7

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