DATES(1) General Commands Manual DATES(1)NAME
dates - a light-weight, zooming calendar
DESCRIPTION
dates is a small, lightweight calendar. Dates features an innovative, unified, zooming view and is designed for use on hand-held devices,
such as the Nokia 770 or the Sharp Zaurus series of PDAs.
Usage:
dates [ OPTION...]
Help Options:
-?, --help
Show help options
--help-all
Show all help options
--help-gtk
Show GTK+ Options
Application Options:
-p, --plug
Socket ID of an XEmbed socket to plug into
--display=DISPLAY
X display to use
SEE ALSO
http://projects.o-hand.com/dates
AUTHORS
dates was written by by Chris Lord <chris@openedhand.com>.
This manual page was written by Kestutis Biliunas <kebil@kaunas.init.lt>, for the Debian system (but may be used by others).
2007-1-15 DATES(1)
Check Out this Related Man Page
PEGSOLITAIRE(6) User Commands PEGSOLITAIRE(6)NAME
pegsolitaire - An education game similar to Hi-Q
DESCRIPTION
This manual page was written for the Debian/Ubuntu distributions because the original program does not include them. Please see the in-
game help menu instead.
pegsolitaire is an educational puzzle game.
The goal of the game is to remove pegs from the board leaving a single peg in the centre hole. Pegs are removed from the board by making
"jumps". You can jump over a peg with another peg horizontally or vertically (not diagonally!). When you jump over a peg, it is removed
from the board. Multiple jumps with one peg are allowed.
Usage:
pegsolitaire [OPTION...]
Help Options:
-?, --help
Show help options
--help-all
Show all help options
--help-gtk
Show GTK+ Options
--help-bonobo-activation
Show Bonobo Activation options
--help-gnome
Show GNOME options
--help-gnome-session
Show session management options
Application Options:
-x, --x=X
X location of window
-y, --y=Y
Y location of window
--display=DISPLAY
X display to use
AUTHOR
pegsolitaire was written by Ben Asselstine.
This manual page was written by Barry deFreese <bddebian@comcast.net>.
pegsolitaire 0.0.4 May 2008 PEGSOLITAIRE(6)
Hi guys
I have a a variable called check_ts which holds a date value. this date value keeps refreshing every 15 minutes.
I am going to start a cron job 5 minutes after the refresh. I have to check if the current date > 20 min of check_ts. how do i do that.
thanks
ragha (17 Replies)
Hi
Currently I can grep a log file with the following command:
$results = `grep -A 2 '^$date.$time.*' $log`;
and the following arguments:
$date = 2007/04/25
$time = 16:07
Log example:
2007/04/25 16:07:12.145701
2007/05/25 14:07:12.145701
2007/05/25 17:07:12.145701
2007/06/25... (37 Replies)
Sorry, couldn't really think of a simple subject/title.
So, I have a log file, and the dates are displayed like so:
2009-03-05 02:49:44
So the first and second field are the date/time. I can change them into a unix timestamp easily with:
date -d "2009-03-05 02:49:44" +%s
However,... (17 Replies)
I have the date of the file passed into a variable also current date formatted same passed into a separate variable and compare the two with an if statement and statement always comes up false. Even though I verified the dates. Any help would be awesome.
Filecrtdate=`ls -l $i | awk '{print... (19 Replies)
Hi guys,
For my wiki site I need to fix 1400 pages that use the wrong date format, most pages (not all) use eg. 1988]] I need to change that to (1988)]]
The date range goes back to 1400 so I guess I need to do the following
ssh into my server,
dump mysql database
vi .sql dump
search... (20 Replies)
Hi Experts,
I am using the below code to get the previous day based on the date given as a input.
#!/usr/bin/ksh
datestamp=`date '+%Y%m%d'`
yest=$((datestamp -1))
echo $yest
Output: 20130714
How can i display the same output in 14/07/2013, i tired '+%d/%m/%y'` but i am getting... (16 Replies)
Hi All,
I'm completely new to bash scripting and still learning my way through albeit vey slowly.
I need to know where to insert my server names', my ip address numbers through out the script alas to no avail.
I'm also searching on how to save .sh (bash shell) script properly.... (25 Replies)
Hi All,
I have a log file where every line contains a date and some other data, i want to grep only the date from every line to a different file.
Please help how to get this.
Thanks in advance !! (25 Replies)
Sometimes when I boot, my system goes into emergency mode.
I then use Clonezilla to restore an image.
Usually the image is older than the current date.
This is part of a backup script that runs as a startup program.
cd /home/andy/bin/
zip -u -q Ubuntu_Scripts.zip *.sh *.rb *.c *.py... (22 Replies)