Sponsored Content
Full Discussion: Command DATE in UNIX System
Top Forums UNIX for Dummies Questions & Answers Command DATE in UNIX System Post 302080799 by jim mcnamara on Thursday 20th of July 2006 03:35:13 PM
Old 07-20-2006
No. Most versions of date are not the GNU version.

You can download & install the GNU version of date for most versions of UNIX.
see: www.gnu.org
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

unix date command

Hi there I am using the following command to get today's date: Date=`date '+%Y%m%d'` This has the format 20040409 What I want is today's date -1 i.e. get yesterdays date. What is the command for this? Thanks :) (1 Reply)
Discussion started by: niamh
1 Replies

2. Shell Programming and Scripting

UNIX date command

Hello...I have have the value of date command stored in a particular format in a variable...Is there any way by which I can increment the value of the date using unix only?Until now i was calling an sql query to increment the date.. Thanks (6 Replies)
Discussion started by: tej.buch
6 Replies

3. UNIX for Dummies Questions & Answers

Unix Date Command

IS there a way to use the unix date command to find the 2nd Saturday fo every month? Each Month I want to execute a specific command only of the 2nd Saturday. (1 Reply)
Discussion started by: redsoxfan
1 Replies

4. Shell Programming and Scripting

parsing a system log file via the 'date' command

Hello, I'm trying to update some scripts here that parse our system logs daily. They report information just fine... but they just report too much info. Specifically, if there's been some failed login attempts on several different days (say Monday and Tuesday), when I get the report from... (5 Replies)
Discussion started by: cjones
5 Replies

5. UNIX for Dummies Questions & Answers

override the system date-timestamp on the Unix servers

I am looking for a tool that allows us to override the system date-timestamp on the Unix servers so that we can perform regression tests using the same set of scripts and data. CDS is an example of a system where the logic is very date/time dependent. It would make regression testing much easier... (5 Replies)
Discussion started by: DavidH
5 Replies

6. Shell Programming and Scripting

Compare date from db2 table to yesterday's Unix system date

I am currently running the following Korn shell script which works fine: #!/usr/bin/ksh count=`db2 -x "select count(*) from schema.tablename"` echo "count" I would like to add a "where" clause to the 2nd line that would allow me to get a record count of all the records from schema.tablename... (9 Replies)
Discussion started by: sasaliasim
9 Replies

7. Shell Programming and Scripting

how to get what date was 28 days ago of the current system date IN UNIX

Hi, Anybody knows how to get what date was 28 days ago of the current system date through UNIX script. Ex : - If today is 28th Mar 2010 then I have to delete the files which arrived on 1st Mar 2010, (15 Replies)
Discussion started by: kandi.reddy
15 Replies

8. HP-UX

awk command in hp UNIX subtract 30 days automatically from current date without date illegal option

current date command runs well awk -v t="$(date +%Y-%m-%d)" -F "'" '$1 < t' myname.dat subtract 30 days fails awk -v t="$(date --date="-30days" +%Y-%m-%d)" -F "'" '$1 < t' myname.dat awk command in hp unix subtract 30 days automatically from current date without date illegal option error... (20 Replies)
Discussion started by: kmarcus
20 Replies

9. UNIX for Beginners Questions & Answers

Compare date in .txt with system date and remove if it's lesser than system date

Can someone help me with the code wherein there is a file f1.txt with different column and 34 column have expiry date and I need to get that and compare with system date and if expiry date is <system date remove those rows and other rows should be moved to new file f2.txt . I don't want to delete... (2 Replies)
Discussion started by: Stuti
2 Replies

10. Answers to Frequently Asked Questions

Compare date in .txt with system date and remove if it's lesser than system date

I m working on shell scripting and I m stuck where in my .txt file there is column as expiry date and I need to compare that date with system date and need to remove all the rows where expiry date is less than system date and create a new .txt with update. (1 Reply)
Discussion started by: Stuti
1 Replies
CVSDELTA(1)							  cvsdelta 1.7.0						       CVSDELTA(1)

NAME
cvsdelta - Manage and summarize the differences between a CVS project and local files. SYNOPSIS
cvsdelta [options] [file ...] DESCRIPTION
Manages and summarizes the differences between a CVS project and local files, showing the changes of the files themselves and of their con- tents. Added, changed, and deleted files are denoted with `+', `*', and `-' respectively. The number of lines are displayed. OPTIONS
-a, --adds Display the files that were added. This is done by default. -A, --no-adds Do not display the files that were added. The default is to show the added files. --banner, --no-banner Whether to show the banner, i.e., the header and footer of the output table. By default, the banner is displayed. -c, --changes Display the files that were changed. This is done by default. -C, --no-changes, --nodiff Do not compare files that exist locally and in CVS. This executes significantly faster, and is useful for when one only wants to add and remove files, without getting the summary of the changes. It is also helpful for dealing with situations where CVS seems to hang after producing diff output, although changing the compression level can help with this. The default is to show the changed files. -d, --deletes Display the files that were deleted. This is done by default. -D, --no-deletes Do not display the files that were deleted. The default is to show the files that were deleted. -e, --execute Execute the associated CVS commands ("add" and "remove") for the added and deleted files. -f DATE, --from-date DATE Compare the files to their version as of the given date, rather than their current version in CVS. The date is expected to be in CVS format, for example, 2002/12/31. -F REVISION, --from-revision REVISION Compare the files to their version as of the given revision, rather than their current version in CVS. -h, --help Display a help message. -i, --confirm Interactively confirm deleted files with the user before removing them from CVS. The default is simply to execute the remove command for relevant files. This option is valid only with the --execute option. --progress, --no-progress Whether to show the progress meter as the program is working with CVS. By default, this is not shown. -q, --quiet Run with minimum output. In quiet mode, the progress meter is not displayed. -s, --skip-unknown-directories Skip directories that are not in CVS. The default behavior is to process all subdirectories. -t DATE, --to-date DATE Compare the files to their version as of the given date, rather than to the local files. The date is expected to be in CVS format, for example, 2001/08/21. This option is valid only with the --from-date or --from-revision options. -T REVISION, --to-revision REVISION Compare the files to their version as of the given revision, rather than to the local files. This is valid only with the --from-date or --from-revision options. -v, --version Display the version and exit. -V, --verbose Run with maximum output, which is written to standard error. -z [LEVEL], ---compression [LEVEL] Set the compression to the given level for net traffic. This can be useful if the CVS server seems to hang. The default level is 3; 0 and 9 work well. ARGUMENTS
Arguments may be either files or directories. File If a file is provided, it is compared against the equivalent in CVS, if any. The .cvsignore files are applied, so that although the file was explicitly provided, it may be ignored. Directory Directories are processed recursively for files that are not filtered out by .cvsignore files. EXAMPLES
% cvsdelta Lists the changed files. % cvsdelta --execute Lists the changed files, and executes the associated add and remove commands. % cvsdelta --compression 9 --execute --confirm --no-changes Run with the maximum compression level. Add and remove the appropriate files, but get confirmation from the user before removing any files. Do not compare files that exist both locally and in CVS. ENVIRONMENT
$HOME/.cvsdeltarc, .../project/.cvsdeltarc Resource files containing name/value pairs, separated by either ':' or '='. The valid fields of a .cvsdeltarc file are as follows, with their default values: quiet: false verbose: false execute: false confirm: false diff: true compression: 3 adds: true changes: true deletes: true skip-unknown-directories: false banner: true "yes" and "on" are synonymnous with "true". "no" and "off" signify "false". The values in the project .cvsdeltarc file will override those in the user's .cvsdeltarc file. The project .cvsdeltarc is assumed to be at the topmost directory in the local file hierarchy. CVSDELTAOPTS A string of whitespace-delimited options, the same as listed above. These values override those of the resource files. NOTES
If a file exists in the CVS project but not locally, it is assumed that the file has been deleted, not that it may have been recently added by another user. The --confirm option can be used to deal with this situation. AUTHOR
Jeff Pace <jpace@incava.org> COPYRIGHT
Copyright (c) 2002, Jeff Pace. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the terms of the Lesser GNU Public License. See http://www.gnu.org/licenses/lgpl.html for more information. cvsdelta 1.7.0 2004-04-08 CVSDELTA(1)
All times are GMT -4. The time now is 02:46 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy