Search Results

Search: Posts Made By: IHK
13,663
Posted By IHK
Thanks
Here is the script I used...

It does not move directories but only files.

Files with spaces in their name will not get moved.
Ex: unix forum.pdf where as unixforum.pdf can be moved.

#...
5,436
Posted By IHK
Hi All, Let me give the solution by myself. ...
Hi All,

Let me give the solution by myself.

Anyways! Thanks...

# !/usr/bin/ksh

cd CurrentDirectory
for i in `ls -ltr|awk '$8=="2001"{print $9}'`
do
mv $i NewDirectoryPath
done
...
5,436
Posted By IHK
Move files based on year of creation
Hi All,

I have a directory which has crores of files since from 2003 till now. I want to move only the 2003 files to another directory. Please help.
Thanks
13,663
Posted By IHK
I want to move only the 2003 files among 2004,...
I want to move only the 2003 files among 2004, 2005 files in the directory.
Thanks
13,663
Posted By IHK
Move files based on year
Hi All,

I have a directory which has crores of files since from 2003. I want to move ony the 2003 files to another directory. Please help
2,754
Posted By IHK
Move files based on year
I have a directory which has crores of files since from 2003. I want to move only the 2003 files to another directory. Please help in doing this.
Thanks
Showing results 1 to 6 of 6

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