Sponsored Content
Top Forums Shell Programming and Scripting ddmmyyyy to dd-mmm-yy format? Post 99448 by gauravgoel on Friday 17th of February 2006 08:33:18 AM
Old 02-17-2006
Thanks a lot Rahul and Madhan for your help,
I will be using the case structure as suggested by madhan

Regards,
Gaurav
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Convert filenames with DDMMYYYY to YYYYMMDD

Okay, I have posted on here one other time and received very fast help, so I figured I'd post again. Searched for awhile and couldn't find exactly what I'm looking for. I am attempting to write a script that will search through a given directory, or search through the current directory, and... (10 Replies)
Discussion started by: cbo0485
10 Replies

2. Shell Programming and Scripting

How to convert DDMMYYYY to DD MONTH YYYY in Unix

Hi I am having date as a string in DDMMYYYY format(07082008) in a variable say cdate. I want to Convert it into DD Month YYYY format(7 August 2008). Could someone help. Thanks in Advance. (2 Replies)
Discussion started by: rspk_praveen
2 Replies

3. Shell Programming and Scripting

Sort data by a DDMMYYYY field

I have a CSV file which I have to sort it by a field with DDMMYYYY format, since I'm not a unix specialist, how is the easiest way to do this? Sample data 30062008,432120,A,5001,A,201,Z ,2,MXN 31092008,432121,B,4001,B,101,Z ,2,MXN 05112008,432122,C,2001,C,51,Z ,2,MXN... (2 Replies)
Discussion started by: martinezjorge
2 Replies

4. Shell Programming and Scripting

changing month in Mmm format to mm FORMAT

i have an variable mydate=2008Nov07 i want o/p as in variable mymonth=11 (i.e nov comes on 11 number month) i want some command to do this for any month without using any loop. plz help me (1 Reply)
Discussion started by: RahulJoshi
1 Replies

5. Shell Programming and Scripting

date(ddmmyyyy) sorting

input : 20110730 20110730 20110731 20110731 20110801 20110801 20110801 20110813 20110815 01062011 01062011 OUTPUT : i need to sort this input in such a way so that the latest date comes first. (11 Replies)
Discussion started by: urfrnddpk
11 Replies

6. Shell Programming and Scripting

reformat HHMMSSmmm into HH:MM:SS.mmm

I have a bunch of logs where the timestamp hours, minutes, seconds and milliseconds all together without a visual delimiter, as below 123045000 I'd prefer to see more easier to read familiar format, as 12:30:45.000 I came up with this ugly echo '123045000'|awk '{print... (2 Replies)
Discussion started by: migurus
2 Replies

7. Shell Programming and Scripting

perl one-liner to get yesterday's date in format dd-MMM-yy (i.e. 01-JAN-12)

I have the following perl one-liner to get yesterday's date, but I would like it in the form of dd-MMM-yy (for example: 01-JAN-12). Can someone alter the below code so I get the format I want? Also, could someone also give me a line for dd-Mmm-yy (for example 01-Jan-12)? Code: YEST=`perl -w... (3 Replies)
Discussion started by: thibodc
3 Replies

8. Shell Programming and Scripting

Date format to be changed from DDMMYYYY to YYYYMMDD

My requirement is:- there will be files at a location each day with the date format DDMMYYYY. Novawise_Activity_Call_Notes_04022013.txt Novawise_Activity_Inbound_04022013.txt Novawise_Activity_Inbound_05022013.txt Novawise_Activity_Call_Notes_05022013.txt... (8 Replies)
Discussion started by: djrulz123
8 Replies

9. UNIX for Advanced & Expert Users

How to convert mmm-yy to mm/dd/yyyy format in UNIX ?

How to convert mmm-yy to mm/dd/yyyy format in unix ? example: Jan-99 to 01/01/1999 Jan-00 to 01/01/2000 Jan-25 to 01/01/2025 Dec-99 to 01/12/1999 Dec-00 to 01/12/2000 Dec-25 to 01/12/2025 YY anything between 00-50 should be 2000-2050 YY anything between 51-99 should be 1951-1999 ... (2 Replies)
Discussion started by: gksenthilkumar
2 Replies

10. Shell Programming and Scripting

Command to check date format DDMMYYYY

Record: Record1|Record2|Record3|Record4|Record5|DATE1|DATE2 Need to Check DATE1 & DATE2 is in DDMMYYYY format in a file. records which not meet the date format DDMMYYYY extract to other file. (1 Reply)
Discussion started by: vivekn
1 Replies
ADDUSER.CONF(5) 					      BSD File Formats Manual						   ADDUSER.CONF(5)

NAME
adduser.conf -- adduser(8) configuration file DESCRIPTION
The /etc/adduser.conf file is automatically generated by the adduser(8) utility when invoked with the -C command-line option. It is not meant to be edited by hand. The /etc/adduser.conf file is used to pre-set certain configuration options for the adduser(8) utility. When adduser(8) is invoked, it will check to see if this file exists, and if so, the configuration will be used or offered as the default settings. The adduser.conf file offers three types of configuration: o Default settings offered by adduser(8). These options are specified in the configuration file and offered as the default during every invocation of the adduser(8) utility. o Configuration options which can be set in adduser.conf, but overridden by passing a flag to adduser(8). o Configuration supported by adduser(8) but not offered by a flag or during initial invocation. In the first case, these options can be set in adduser.conf but will still be offered when adduser(8) is invoked. In the second case, adduser(8) will read the configuration data unless a flag has been passed to override it. For example, the defaultshell option. In the third case, the configuration will be utilized, but the user will never be prompted to modify the default setting by either a flag or an adduser(8) prompt. For example, the upwexpire setting. The following configuration options can be set in adduser.conf: defaultLgroup The default group new users will be added to. defaultclass The default class to place users in as described in login.conf(5). defaultgroups This option is used to specify what other groups the new account should be added to. passwdtype May be one of no, none, random, or yes, as described in adduser(8). As such, the text is not duplicated here and may be read in adduser(8). homeprefix The default home directory prefix, usually /home. defaultshell The user's default shell which may be any of the shells listed in shells(5). udotdir Defines the location of the default shell and environment configuration files. msgfile Location of the default new user message file. This message will be sent to all new users if specified here or at the adduser(8) prompt. disableflag The default message enclosed in brackets for the lock account prompt. upwexpire The default password expiration time. Format of the date is either a UNIX time in decimal, or a date in dd-mmm-yy[yy] format, where dd is the day, mmm is the month in either numeric or alphabetic format, and yy[yy] is either a two or four digit year. This option also accepts a relative date in the form of n[mhdwoy] where n is a decimal, octal (leading 0) or hexadecimal (leading 0x) digit followed by the number of Minutes, Hours, Days, Weeks, Months or Years from the cur- rent date at which the expiration time is to be set. uexpire The default account expire time. The format is similar to the upwexpire option. ugecos The default information to be held in the GECOS field of /etc/master.passwd. uidstart The default user ID setting. This must be a number above 1000 and fewer than 65534. EXAMPLES
The following is an example adduser.conf file created with the -C adduser(8) flag and modified. # Configuration file for adduser(8). # NOTE: only *some* variables are saved. # Last Modified on Fri Mar 30 14:04:05 EST 2004. defaultLgroup= defaultclass= defaultgroups= passwdtype=yes homeprefix=/home defaultshell=/bin/csh udotdir=/usr/share/skel msgfile=/etc/adduser.msg disableflag= upwexpire=91d # Expire passwords 91 days after creation. SEE ALSO
group(5), passwd(5), adduser(8), pw(8), rmuser(8) HISTORY
The adduser.conf manual page first appeared in FreeBSD 5.3. AUTHORS
This manual page was written by Tom Rhodes <trhodes@FreeBSD.org>. BUGS
The internal variables documented here may change without notice. Do not rely on them. To modify this file invoke adduser(8) with the -C option instead. BSD
April 12, 2007 BSD
All times are GMT -4. The time now is 04:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy