Sponsored Content
Top Forums UNIX for Advanced & Expert Users Find all files other than first two files dates & last file date for month Post 302897468 by vbe on Monday 14th of April 2014 09:35:48 AM
Old 04-14-2014
My way of seeing things is you know what you dont want : search for them first and create a list with them, then parse the directory excluding the list content

Code:
MONTH=Sep
-rwxr-xr-x    1 vbe      bin             110 Sep  3 2003  tutu.sav
-rwxr-x---    1 vbe      bin              17 Sep  4 2003  tata
-rw-rw-r--    1 vbe      system         7696 Sep 30 2013  bdf_today.130930
n12:/home/vbe $ ll -lrt|grep " Sep "|grep -v -f test.0009|more                                  
-rw-rw-rw-    1 vbe      bin              21 Sep  9 2003  testread.out
-rw-rw-rw-    1 vbe      bin            1940 Sep  9 2003  cutresults
-rwxrw-rw-    1 vbe      bin             237 Sep  9 2003  cuttest
-rw-rw-rw-    1 vbe      bin             101 Sep 17 2003  newterm
-rwxr-xr-x    1 vbe      bin             394 Sep 17 2003  whiletest
-rw-rw-rw-    1 vbe      bin            2920 Sep 17 2003  shell_cpt9
-rw-rw-rw-    1 vbe      bin             121 Sep 18 2003  sendmail_cf.modif
-rw-rw-rw-    1 vbe      bin             626 Sep 18 2003  lvreduce.howto
-rw-rw-rw-    1 vbe      bin            1063 Sep 18 2003  gagatest
-rwxr-xr-x    1 vbe      bin              80 Sep 26 2003  popu
-rwxr-xr-x    1 vbe      bin             718 Sep 30 2003  cpt9test
-rw-rw-rw-    1 vbe      bin              17 Sep 30 2003  errorlog
-rw-rw-rw-    1 vbe      bin             450 Sep 30 2003  usersname
-rw-rw-rw-    1 vbe      bin             128 Sep 14 2004  bufpages.howto
-rw-rw-rw-    1 vbe      bin             136 Sep 27 2004  lup.c
-rwxr-xr-x    1 vbe      bin              92 Sep 27 2004  sh_test3
-rwxr-xr-x    1 vbe      bin              13 Sep 27 2004  sh_test1
-rw-r-----    1 vbe      bin          163448 Sep 28 2004  titi.out
-rw-r--r--    1 vbe      bin          125670 Sep 28 2004  JAVAinfo.out
-rw-rw-rw-    1 vbe      bin             931 Sep 29 2004  mozilla_bug
-rw-rw-rw-    1 vbe      bin            1605 Sep  1 2005  GW_lan_discon.howto
-rw-r--r--    1 vbe      bin            1871 Sep  1 2005  sasperms.logs
-rw-rw-rw-    1 vbe      bin           25940 Sep  2 2005  sasproc_log.log
-rwxr-xr--    1 vbe      bin             321 Sep  7 2005  processor.sh
-rw-rw-rw-    1 vbe      bin              68 Sep  7 2005  node.dat
-rw-rw-rw-    1 vbe      bin             364 Sep  7 2005  node_name_script
-rw-r--r--    1 vbe      bin             136 Sep 12 2005  net_perf_w_glance.howto

 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Find all files by month

Hi, I am trying to do achieving of files by months. find /test -name \*.* -mtime +30 will give me the result of all modified files after 30 days. But lets say i want to list all files that is modified in last months... what is the command to do it? Thanks! (13 Replies)
Discussion started by: maldini
13 Replies

2. Solaris

find files modified in a specific month

hello i need a way to list files modified in a specific month and move them to a specific directry , i mean somthing like : find . -modifiedtime "May" -print -exec /usr/bin/mv newdirectory thank u (1 Reply)
Discussion started by: omer_ome
1 Replies

3. UNIX for Advanced & Expert Users

find files modified in a specific month

hello i need a way to list files modified in a specific month and move them to a specific directry , i mean somthing like : find . -modifiedtime "May" -print -exec /usr/bin/mv newdirectory thank u (1 Reply)
Discussion started by: omer_ome
1 Replies

4. Shell Programming and Scripting

How to find the create time of a file if current date is in next month

Hi All, I want to find the time diffrence between currnt time and "abc.txt" file create time. I have solve that but if the abc.txt file created last month then is there any process to find the difftent? Exp: Create time of abc.txt is "Apr 14 06:48" and currect date is "May 17 23:47".... (1 Reply)
Discussion started by: priyankak
1 Replies

5. UNIX for Dummies Questions & Answers

Reading the dates from a file & moving the files from a directory

Hi All, I am coding for a requirement where I need to read a file & get the values of SUB_DATE. Once the dates are found, i need to move the files based on these dates from one directory to another. ie, this is how it will be in the file, SUB_DATE = 20120608,20120607,20120606,20120606... (5 Replies)
Discussion started by: dsfreddie
5 Replies

6. Shell Programming and Scripting

How to list files that are not first two files date & last file date for every month-year?

Hi All, I need to find all files other than first two files dates & last file date for month and month/year wise list. lets say there are following files in directory Mar 19 2012 c.txt Mar 19 2012 cc.txt Mar 21 2012 d.txt Mar 22 2012 f.txt Mar 24 2012 h.txt Mar 25 2012 w.txt Feb 12... (2 Replies)
Discussion started by: Makarand Dodmis
2 Replies

7. UNIX for Advanced & Expert Users

How to find last two files for a month?

Hi All, I need to find last two files for the month. lets say there are following files in directory -rwxr-xr-x 1 user userg 1596 Mar 19 15:43 c.txt -rwxr-xr-x 1 user userg 1596 Mar 21 15:43 d.txt -rwxr-xr-x 1 user userg 1596 Mar 22 15:43 f.txt -rwxr-xr-x 1... (14 Replies)
Discussion started by: Makarand Dodmis
14 Replies

8. Shell Programming and Scripting

How to find all files for same month and year?

Hi All, I find all files for same month and year lets say there are following files in directory -rwxr-xr-x 1 user userg 1596 Mar 19 2012 c.txt -rwxr-xr-x 1 user userg 1596 Mar 21 2012 d.txt -rwxr-xr-x 1 user userg 1596 Mar 22 2012 f.txt -rwxr-xr-x 1... (8 Replies)
Discussion started by: Makarand Dodmis
8 Replies

9. Shell Programming and Scripting

How to find all files other than first two dates & last date per month and year?

how to find all files other than first two dates & last date per month and year Hi All, lets say there are following files in directory -rwxr-xr-x 1 user userg 1596 Mar 19 2012 a.txt -rwxr-xr-x 1 user userg 1596 Mar 19 2012 b.txt -rwxr-xr-x 1 user userg ... (6 Replies)
Discussion started by: Makarand Dodmis
6 Replies

10. Shell Programming and Scripting

How to find all files other than last two dates per month and year?

Hi All, lets say there are following files in directory -rwxr-xr-x 1 user userg 1596 Mar 19 2012 a.txt -rwxr-xr-x 1 user userg 1596 Mar 19 2012 b.txt -rwxr-xr-x 1 user userg 1596 Mar 22 2012 c.txt -rwxr-xr-x 1 user userg 1596 Mar 24 2012 d.txt... (16 Replies)
Discussion started by: Makarand Dodmis
16 Replies
GZEXE(1)						      General Commands Manual							  GZEXE(1)

NAME
gzexe - compress executable files in place SYNOPSIS
gzexe name ... DESCRIPTION
The gzexe utility allows you to compress executables in place and have them automatically uncompress and execute when you run them (at a penalty in performance). For example if you execute ``gzexe /usr/bin/gdb'' it will create the following two files: -rwxr-xr-x 1 root root 1026675 Jun 7 13:53 /usr/bin/gdb -rwxr-xr-x 1 root root 2304524 May 30 13:02 /usr/bin/gdb~ /usr/bin/gdb~ is the original file and /usr/bin/gdb is the self-uncompressing executable file. You can remove /usr/bin/gdb~ once you are sure that /usr/bin/gdb works properly. This utility is most useful on systems with very small disks. OPTIONS
-d Decompress the given executables instead of compressing them. SEE ALSO
gzip(1), znew(1), zmore(1), zcmp(1), zforce(1) CAVEATS
The compressed executable is a shell script. This may create some security holes. In particular, the compressed executable relies on the PATH environment variable to find gzip and some standard utilities (basename, chmod, ln, mkdir, mktemp, rm, sleep, and tail). BUGS
gzexe attempts to retain the original file attributes on the compressed executable, but you may have to fix them manually in some cases, using chmod or chown. GZEXE(1)
All times are GMT -4. The time now is 08:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy