Sponsored Content
Full Discussion: Get last month files
Top Forums UNIX for Advanced & Expert Users Get last month files Post 302929293 by RavinderSingh13 on Friday 19th of December 2014 08:20:54 AM
Old 12-19-2014
Hello kiranparsha,

Following may help you in same to get last year month December's files. I just created some test files and got the output.

Test files with last year's dates are as follows.
Code:
-rw-r--r-- 1 Singh420 Singh420     0 Dec  3  2013 aaa.txt20131212
-rw-r--r-- 1 Singh420 Singh420     0 Dec  4  2013 aaa.txt20131216
-rw-r--r-- 1 Singh420 Singh420     0 Dec  9  2013 aaa.txt90904383
-rw-r--r-- 1 Singh420 Singh420     0 Dec  9  2013 aaa.txt.20131201
-rw-r--r-- 1 Singh420 Singh420     0 Dec  9  2013 aaa.txt.20131200
-rw-r--r-- 1 Singh420 Singh420    64 Nov 21 08:11 xaa.txt
-rw-r--r-- 1 Singh420 Singh420   153 Dec 11 04:44 dataa.txt
-rw-r--r-- 1 Singh420 Singh420     0 Dec 19 07:53 aaa.txt20131213
-rw-r--r-- 1 Singh420 Singh420     0 Dec 19 07:53 aaa.txt20131214
-rw-r--r-- 1 Singh420 Singh420     0 Dec 19 07:53 aaa.txt20131215

Code:
for i in aaa.txt`date -d"1 year ago" +%Y%m`*
do
    echo $i
done

Output will be as follows.
Code:
aaa.txt20131212
aaa.txt20131213
aaa.txt20131214
aaa.txt20131215
aaa.txt20131216

Thanks,
R. Singh
This User Gave Thanks to RavinderSingh13 For This Post:
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to get previous month files

Hi, My task to to delete files which are of previous months. I have files named as follows *CCYYMMDD.xls. on a particular day i have delete previous months files i.e in Dec i have delete all nov files which look like 200511DD.XLS in Jan i have to delete all Dec files 200512DD.xls ... (7 Replies)
Discussion started by: savitha
7 Replies

2. Shell Programming and Scripting

Removing 2 month old files

I am trying to delete 2 month old file with date extension yyyymmdd, How can i get a 2 month old month and year? (16 Replies)
Discussion started by: shehzad_m
16 Replies

3. UNIX for Dummies Questions & Answers

print previous month (current month minus 1) with Solaris date and ksh

Hi folks month=`date +%m`gives current month Howto print previous month (current month minus 1) with Solaris date and ksh (7 Replies)
Discussion started by: slashdotweenie
7 Replies

4. Shell Programming and Scripting

How to delete1 month old files?

Hi, I need to create a script which should delete all the log files which are 1 month old or older than that. For ex: Today's date -- > 09/30/2010 Directory --> /user/work/log/ Files--> log.07182010 created on 07/18/2010 log.08182010 created on 08/18/2010 log.09182010 ... (4 Replies)
Discussion started by: ustechie
4 Replies

5. Shell Programming and Scripting

Compress a particular month files

Hi ALL, I am working on a folder where there are lot of files for the past one year. I need to compress a particular month files alone. suppose i need to compress the feb month files alone, what is the script we can use. Thanks in advance (2 Replies)
Discussion started by: acronis.84
2 Replies

6. Shell Programming and Scripting

Script to counting a specific word in a logfile on each day of this month, last month etc

Hello All, I am trying to come up with a shell script to count a specific word in a logfile on each day of this month, last month and the month before. I need to produce this report and email it to customer. Any ideas would be appreciated! (5 Replies)
Discussion started by: pnara2
5 Replies

7. HP-UX

Removing files from a particular month

Hi All I am trying to remove files from february, only using the following commands: find . -mtime 70 -exec rm {} \;, but I dont seem to get them deleted. But I am confused, now, because I have been told to use -atime, like find . -atime 75 -exec rm {} \;Please can you help! FR (8 Replies)
Discussion started by: fretagi
8 Replies

8. UNIX for Advanced & Expert Users

Find all files other than first two files dates & last file date for month

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... (16 Replies)
Discussion started by: Makarand Dodmis
16 Replies

9. Shell Programming and Scripting

How to add decimal month to some month in sql, php, perl, bash, sh?

Hello, i`m looking for some way to add to some date an partial number of months, for example to 2015y 02m 27d + 2,54m i need to write this script in php or bash or sh or mysql or perl in normal time o unix time i`m asking or there are any simple way to add partial number of month to some... (14 Replies)
Discussion started by: bacarrdy
14 Replies

10. Shell Programming and Scripting

Need last month files after 10th of every month

Hi, I need all file names in a folder which has date >= 10th of last month, Example : files in folder AUTO_F1_20140610.TXT BUTO_F1_20140616.TXT CUTO_F1_20140603.TXT FA_AUTO_06012014.TXT LA_AUTO_06112014.TXT MA_AUTO_06212014.TXT ZA_AUTO_06232014.TXT Output: AUTO_F1_20140610.TXT... (9 Replies)
Discussion started by: nani1984
9 Replies
dnssec-keygen(1M)					  System Administration Commands					 dnssec-keygen(1M)

NAME
dnssec-keygen - DNSSEC key generation tool SYNOPSIS
dnssec-keygen -a algorithm -b keysize -n nametype [-eh] [-c class] [-g generator] [-p protocol] [-r randomdev] [-s strength] [-t type] [-v level] name DESCRIPTION
The dnssec-keygen utility generates keys for DNSSEC (Secure DNS), as defined in RFC 2535. It can also generate keys for use with TSIG (Transaction Signatures), as defined in RFC 2845. OPTIONS
The following options are supported: -a algorithm Select the cryptographic algorithm. The value of algorithm must be one of RSAMD5 or RSA, DSA, DH (Diffie Hellman), or HMAC- MD5. These values are case insensitive. For DNSSEC, DSA is mandatory to implement algorithm and RSA is recommended. For TSIG, HMAC-MD5 is mandatory. -b keysize Specify the number of bits in the key. The choice of key size depends on the algorithm used. RSA keys must be between 512 and 2048 bits. Diffie Hellman keys must be between 128 and 4096 bits. DSA keys must be between 512 and 1024 bits and an exact multiple of 64. HMAC-MD5 keys must be between 1 and 512 bits. -c class Indicate that the DNS record containing the key should have the specified class. If not specified, class IN is used. -e Use a large exponent if generating an RSA key. -g generator Use this generator if generating a Diffie Hellman key. Allowed values are 2 and 5. If no generator is specified, a known prime from RFC 2539 will be used if possible; otherwise the default is 2. -h Print a short summary of the options and arguments to dnssec-keygen. -n nametype Specify the owner type of the key. The value of nametype must either be ZONE (for a DNSSEC zone key), HOST or ENTITY (for a key associated with a host), or USER (for a key associated with a user). These values are case insensitive. -p protocol Set the protocol value for the generated key. The protocol argument is a number between 0 and 255. The default is 2 (email) for keys of type USER and 3 (DNSSEC) for all other key types. Other possible values for this argument are listed in RFC 2535 and its successors. -r randomdev Specify the source of randomness. If the operating system does not provide a /dev/random or equivalent device, the default source of randomness is keyboard input. The randomdev argument specifies the name of a character device or file containing random data to be used instead of the default. The special value keyboard indicates that keyboard input should be used. -s strength Specify the strength value of the key. The strength argument is a number between 0 and 15, and currently has no defined purpose in DNSSEC. -t type Indicate the use of the key. type must be one of AUTHCONF, NOAUTHCONF, NOAUTH, or NOCONF. The default is AUTHCONF. AUTH refers to the ability to authenticate data, and CONF the ability to encrypt data. -v level Set the debugging level. GENERATED KEYS
When dnssec-keygen completes successfully, it prints a string of the form Knnnn.+aaa+iiiii to the standard output. This is an identifica- tion string for the key it has generated. These strings can be used as arguments to dnssec-makekeyset(1M). o nnnn is the key name. o aaa is the numeric representation of the algorithm. o iiiii is the key identifier (or footprint). The dnssec-keygen utility creates two file, with names based on the printed string. o Knnnn.+aaa+iiiii.key contains the public key. o Knnnn.+aaa+iiiii.private contains the private key. The .key file contains a DNS KEY record that can be inserted into a zone file (directly or with a $INCLUDE statement). The .private file contains algorithm specific fields. For obvious security reasons, this file does not have general read permission. Both .key and .private files are generated for symmetric encryption algorithm such as HMAC-MD5, even though the public and private key are equivalent. EXAMPLES
Example 1: Generate a 768-bit DSA key for the domain example.com. To generate a 768-bit DSA key for the domain example.com, the following command would be issued: dnssec-keygen -a DSA -b 768 -n ZONE example.com The command would print a string of the form: Kexample.com.+003+26160 Example 2: Create the files Kexample.com.+003+26160.key and Kexample.com.+003+26160.private. In the following example, dnssec-keygen creates the files Kexample.com.+003+26160.key and Kexample.com.+003+26160.private ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | |Availability |SUNWbind9 | |Interface Stability |External | +-----------------------------+-----------------------------+ SEE ALSO
dnssec-makekeyset(1M), dnssec-signkey(1M), dnssec-signzone(1M), attributes(5) RFC 2535, RFC 2845, RFC 2539 BIND 9 Administrator Reference Manual NOTES
Source for BIND9 is available in the SUNWbind9S package. SunOS 5.10 15 Dec 2004 dnssec-keygen(1M)
All times are GMT -4. The time now is 08:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy