Sponsored Content
Full Discussion: Display Message Question
Operating Systems Solaris Display Message Question Post 302878023 by rbatte1 on Wednesday 4th of December 2013 09:21:18 AM
Old 12-04-2013
The problem there is that the date entry in the log is fixed width without a leading zero for the day-of-the-month.

You may need to do something like this:-
Code:
typeset -R2 DOM=`date +%e`
dmesg | grep "`date +%b`$DOM"

DOM=`TZ=GMT+24 date +%e`
dmesg | grep "`TZ=GMT+24 date +%b`$DOM"

Does that help?



Robin
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

compare two files if doesnt match then display error message

hi , i have one file ,i need to search particular word from this file and if content is matched then echo MATCHED else NOT MATCHED file contains : mr x planned to score 75% in exam but end up with 74%. word to be searched id 75% please help me out . waiting for reply thanks in advance (2 Replies)
Discussion started by: atl@mav
2 Replies

2. Shell Programming and Scripting

How to display message when starting a terminal

Hello all, I would like a message to be displayed on the shell when someone opens up the terminal - something like a welcome msg with date and time. I know how to do this by running the shell commands but dont know how to display it when a user opens up the terminal? Thanks in advance (27 Replies)
Discussion started by: mrudula009
27 Replies

3. Shell Programming and Scripting

How do display a warning message?

Hello, I am teaching myself shell scripting and I was wondering if there was a way to rename a file and display a warning or prompt message? And if you had a file like /home/me/blah/ for example, what are the ways to use the CD to get to /me? Would it be ../home/me? Are there other ways to... (4 Replies)
Discussion started by: kris2010
4 Replies

4. UNIX Desktop Questions & Answers

Script that will display a short message

Can anyone point me to the right direction on how to write a simple script that will display a message on any terminal when implemented? Basically I need it so the script runs at a certain time, say April 30, 2010 and that the message will be displayed to me no matter which terminal I am logged... (2 Replies)
Discussion started by: jmack123
2 Replies

5. UNIX for Dummies Questions & Answers

Display message on screen and flat file at same time

Hi guys, I have a script that call another, the other displays de message and I can print directly to the flat file, but in one command I am searchig that this message can be displayed in the screen and in the flat file in one command. I am doing something like this: var=$(./Example.sh)... (2 Replies)
Discussion started by: pipoca
2 Replies

6. Shell Programming and Scripting

How to grep for message and if found display filename?

Hi i'm new to the forum and was hoping someone could help me with the following query. I do alot of testing and have hundreds of log files output. I have a script (someone else wrote) which finds all the passed and failed logs and puts a number in a column onto a webpage: e.g: Pass ... (4 Replies)
Discussion started by: defamer
4 Replies

7. Shell Programming and Scripting

Display a message if the server is prompting

Hello i have to perform a sftp from server "A" to server "B"(remote server). when i execute the sftp command it prompts for password. right now we haven't establish the ssh key exchange so we have to dispaly a error message if it prompts for password. how can i perform it please help (0 Replies)
Discussion started by: urfrnddpk
0 Replies

8. Shell Programming and Scripting

How to display a message if program hangs(takes too long)

I have a ksh script (script1) that calls another ksh script (script2). If script2.ksh hangs or takes too long to execute I want script1.ksh to kill the call to script2.ksh and instead just display "Script2 can't run right now". Could someone help me with coding this? (1 Reply)
Discussion started by: mrskittles99
1 Replies

9. Shell Programming and Scripting

Refrain the Message of File Not exists display out

Hi All, Would like to ask on how to refrain the message file not exists from display out. if ; then When it execute, the OS will throw the error file does not exists ls: 0653-341 The file COL_*/*.CTL does not exist. Thanks. (3 Replies)
Discussion started by: ckwan
3 Replies

10. Shell Programming and Scripting

Search for a tag and display a message if not found.

Hi All, I am working with a XML file. Below is part for the file. <Emp:Profile> <Emp:Description>Admin</Emp:Description> <Emp:Id>12347</Emp:Id> </Emp:Profile> <Emp:Profile> ... (7 Replies)
Discussion started by: Girish19
7 Replies
Gtk2::Calendar(3)					User Contributed Perl Documentation					 Gtk2::Calendar(3)

NAME
Gtk2::Calendar HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Calendar INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget = Gtk2::Calendar->new $calendar->clear_marks (year, month, day) = $calendar->get_date $calendar->set_detail_func ($func, $data=undef) o $func (scalar) o $data (scalar) Since: gtk+ 2.14 integer = $calendar->get_detail_height_rows Since: gtk+ 2.14 $calendar->set_detail_height_rows ($rows) o $rows (integer) Since: gtk+ 2.14 integer = $calendar->get_detail_width_chars Since: gtk+ 2.14 $calendar->set_detail_width_chars ($chars) o $chars (integer) Since: gtk+ 2.14 $calendar->display_options ($flags) o $flags (Gtk2::CalendarDisplayOptions) The old name for "set_display_options". calendardisplayoptions = $calendar->get_display_options $calendar->set_display_options ($flags) o $flags (Gtk2::CalendarDisplayOptions) $calendar->freeze boolean = $calendar->mark_day ($day) o $day (integer) $widget->marked_date ($value) value = $widget->marked_date $widget->month ($value) value = $widget->month $widget->num_marked_dates ($value) value = $widget->num_marked_dates $calendar->select_day ($day) o $day (integer) boolean = $calendar->select_month ($month, $year) o $month (integer) o $year (integer) $widget->selected_day ($value) value = $widget->selected_day $calendar->thaw boolean = $calendar->unmark_day ($day) o $day (integer) $widget->year ($value) value = $widget->year PROPERTIES
'day' (integer : readable / writable / private) The selected day (as a number between 1 and 31, or 0 to unselect the currently selected day) 'detail-height-rows' (integer : readable / writable / private) Details height in rows 'detail-width-chars' (integer : readable / writable / private) Details width in characters 'month' (integer : readable / writable / private) The selected month (as a number between 0 and 11) 'no-month-change' (boolean : readable / writable / private) If TRUE, the selected month cannot be changed 'show-day-names' (boolean : readable / writable / private) If TRUE, day names are displayed 'show-details' (boolean : readable / writable / private) If TRUE, details are shown 'show-heading' (boolean : readable / writable / private) If TRUE, a heading is displayed 'show-week-numbers' (boolean : readable / writable / private) If TRUE, week numbers are displayed 'year' (integer : readable / writable / private) The selected year SIGNALS
month-changed (Gtk2::Calendar) day-selected (Gtk2::Calendar) day-selected-double-click (Gtk2::Calendar) prev-month (Gtk2::Calendar) next-month (Gtk2::Calendar) prev-year (Gtk2::Calendar) next-year (Gtk2::Calendar) ENUMS AND FLAGS
flags Gtk2::CalendarDisplayOptions o 'show-heading' / 'GTK_CALENDAR_SHOW_HEADING' o 'show-day-names' / 'GTK_CALENDAR_SHOW_DAY_NAMES' o 'no-month-change' / 'GTK_CALENDAR_NO_MONTH_CHANGE' o 'show-week-numbers' / 'GTK_CALENDAR_SHOW_WEEK_NUMBERS' o 'week-start-monday' / 'GTK_CALENDAR_WEEK_START_MONDAY' o 'show-details' / 'GTK_CALENDAR_SHOW_DETAILS' SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::Calendar(3)
All times are GMT -4. The time now is 10:15 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy