Search Results

Search: Posts Made By: shaveta
4,038
Posted By shaveta
Copy last modified directory from path using Perl
Hi
I need to copy last modified directory from path /users/bin to be copied to /tmp in a perl script ...somehow my script is not allowing me to do cd /users/bin.


i have tried
$dir = `find...
1,576
Posted By shaveta
Perl script to copy last directory
Hi,

Plaese help me with perl script which copies the latest directory

This is a double post. Continue at your original thread...
2,964
Posted By shaveta
Thanks
Hi Guru,
Thanks for the help .But when I incoprate this command in my perl script it says $NF requires explicit package name .
I have definedalso
!#/usr/bin/awk -f:(
2,964
Posted By shaveta
Copy Last modified directory to another directory
Hi,
I have to copy last modified Directory to another directory.How can i Do using pipe or redirect

cp -R 'ls -lrt|tail -1' test is not working.

please help.
Showing results 1 to 4 of 4

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