Sponsored Content
Top Forums Shell Programming and Scripting Sorting Files by date and moving files in date order Post 302174393 by rikxik on Tuesday 11th of March 2008 03:24:05 AM
Old 03-11-2008
Show your code.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Moving files based on creation date

Howdy, I'm trying to figure out how to move multiple files based on their creation date. If anyone can enlighten me it would be most appreciated!! Thanks! :D (1 Reply)
Discussion started by: dgoyea
1 Replies

2. UNIX for Dummies Questions & Answers

Moving Files within a particular date range

Hi, Can someone please help me with this. Actually i want to move files from one directory to another directory , But I just want to move files of a specific data range. For ex: This is my directory which contains all fine. /home/Rooh Then there is a long listing of files. suppose this... (3 Replies)
Discussion started by: rooh
3 Replies

3. UNIX for Dummies Questions & Answers

list of files in date order

Im on HP/UX and am trying to find the command like an ll but that will sort showing the most currently modified programs first. Can anyone help me with that? :cool: (2 Replies)
Discussion started by: Jeannine
2 Replies

4. UNIX for Dummies Questions & Answers

How do I organize a series of files in date order?

I'd like to ls a group of files in date order but I'm not sure what the commands would be. Can anyone help with this? (1 Reply)
Discussion started by: hedgehog001
1 Replies

5. Shell Programming and Scripting

Order files by create date

hi Is there a way to sort files in the order they were created ,and move them to another directory one by one ,oldest being the first to be moved. Thanks Arif (4 Replies)
Discussion started by: mab_arif16
4 Replies

6. UNIX for Advanced & Expert Users

Help with sorting files according to modification date

Hi, I was very surprised to not be able to find an answer to this question despite my best efforts in Google and elsewhere. Maybe it's a good thing as it forced me to finally become a member in this great forum that i use frequently. Ok my question: I want to be able to sort files inside a... (3 Replies)
Discussion started by: stavros
3 Replies

7. UNIX for Dummies Questions & Answers

Renaming files by changing date order

I'm looking for a simple solution to rename a batch of files. All of the files in this directory start with a date in the format mm.dd.yy followed by a space and then additional descriptive text. Example: 01.21.10 742 P.xlsx 02.24.09 730 Smith.xlsx The information following the date can... (3 Replies)
Discussion started by: kreisel
3 Replies

8. Shell Programming and Scripting

Moving files to different date files

I have files as below I need to have all the files renamed as below There are 100 of files like this. How can I do this? (3 Replies)
Discussion started by: dsravan
3 Replies

9. UNIX for Dummies Questions & Answers

Script moving files based on date

Hi, I need a script that moves files based on date to a folder. The folder should be created based on file date. Example is : Date file name ----- -------- Oct 08 07:39 10112012_073952.xls Oct 09 07:39 10112012_073952.xls Oct 10 07:39 ... (6 Replies)
Discussion started by: rockingvj
6 Replies

10. UNIX for Beginners Questions & Answers

Copy files in order of creation date

Hi everyone :-) I ran into a small issue. I would like to copy some files in the precise order they were created. So the oldest files should be copied first and the newest ones last. I tried cp -r $(ls -1t) ./destination but the files are still not sorted properly. I was thinking, that... (11 Replies)
Discussion started by: officiallyme
11 Replies
SYSTOOL(1)						      General Commands Manual							SYSTOOL(1)

NAME
systool - view system device information by bus, class, and topology SYNOPSIS
systool [options [device]] DESCRIPTION
Calling systool without parameters will present all available bus types, device classes, and root devices. When device is supplied, the information reqested by options is shown only for the specified device, otherwise all present devices are dis- played. systool uses APIs provided by libsysfs to gather information. systool runs only on Linux systems running kernels 2.5 or later, with the sysfs filesystem mounted. OPTIONS
-a Show attributes of the requested resource -b bus Show information for a specific bus -c class Show information for a specific class -d Show only devices -h Show usage -m module_name Show information for a specific module -p Show absolute sysfs path to the resource -v Show all attributes with values -A attribute Show attribute value for the requested resource -D Show only drivers -P Show device's parent SEE ALSO
The web page of libsysfs at http://linux-diag.sourceforge.net/Sysfsutils.html AUTHOR
systool was written by Ananth Mavinakayanahalli <ananth@in.ibm.com> and Daniel Stekloff <dsteklof@us.ibm.com>. This man page was contributed by Martin Pitt <mpitt@debian.org> for the Debian GNU/Linux system (but may be used by others). Martin Pitt October 12, 2003 SYSTOOL(1)
All times are GMT -4. The time now is 02:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy