Sponsored Content
Full Discussion: Return to a submenu
Top Forums Shell Programming and Scripting Return to a submenu Post 302437867 by iga3725 on Friday 16th of July 2010 10:51:00 AM
Old 07-16-2010
Hi zaxxon,

How can I do this? Please..

thanks
Israel.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Return value

Hallo I want write a sh script but I have some troubles! How can I write the Return value to a variable? I need an egrep command with the option -c, how many times it give the pattern. This return value shold be written in a variable. Could you help me? (1 Reply)
Discussion started by: raphael.schwend
1 Replies

2. Shell Programming and Scripting

the return value $?

Could someone tell me that's the return value $? 15 mean? Where can i find out more? Many thanks (3 Replies)
Discussion started by: gusla
3 Replies

3. UNIX for Advanced & Expert Users

if (( $# != 1 )) ---- what will this return

Hi this is an existing code written by somebody. Please help me in understanding the meaning of this if (( $# != 1 )) (3 Replies)
Discussion started by: satgur
3 Replies

4. Programming

cp and rm return non zero value

rm and cp return non zero values sometimes. sprintf(tmp, "rm -rf %s/* 2>/dev/null\n", dest); rc = system( tmp ); rc = 1 and errno =0 sprintf(tmp, "cp -r %s/* %s 2>/dev/null", source, dest); rc = system( tmp ); rc = -1 and errno = 2. The files exist and the paths are correct. I can... (7 Replies)
Discussion started by: latitude
7 Replies

5. UNIX for Dummies Questions & Answers

return ${1-0}

Hi, What does the above command means? this is used in the following function function _set_return_code { return ${1-0} } (3 Replies)
Discussion started by: neeto
3 Replies

6. UNIX for Dummies Questions & Answers

to pick up the Return Code ( RC) from the mailx command and return it to SAS uisng 's

Hi All, Can anyone please let me know the syntax / how to pick up the Return Code ( RC) from the mailx command and return it to SAS uisng 'system()' function and '${?}'. I am in a process to send the mail automatically with an attachment to bulk users. I have used 'Mailx' and 'Unencode'... (0 Replies)
Discussion started by: manas6
0 Replies

7. Shell Programming and Scripting

SubMenu Exit problem!

I basically have a menu driven script in which one of the options from the main menu would open a sub menu, this works fine but i can't seem to be able to exit the sub menu back to the main menu....any ideas? (5 Replies)
Discussion started by: Alendrin
5 Replies

8. Shell Programming and Scripting

Submenu variable problems

The problem is I need it too go from the main menu by pressing 6, to the submenu search_proc. In the search_proc menu/section it need to accept a variable and search the processes for it and sort by PID and Process name. I'm stuck and ran out of ideas. I also cannot figure out why it keeps... (2 Replies)
Discussion started by: skizo787
2 Replies

9. Shell Programming and Scripting

how should I get the return value

ls xx > yy.log echo $? can get the return value of "ls xx" but if I use ls xx |tee -a yy.log I can't get the return value of "ls xx", and I get the return value of the whole cmd "ls xx |tee -a yy.log", it is always "0" my question is how could I get the return value of "ls xx"... (1 Reply)
Discussion started by: yanglei_fage
1 Replies

10. Shell Programming and Scripting

Return: can only `return' from a function or sourced script

Not sure where the problem is. I can run the script without any issue using the following command. . /opt/app/scripts/cdc_migration.sh But it fails with the below error when I try it this way /opt/app/scripts/cdc_migration.sh /opt/app/scripts/cdc_migration.sh: line 65: return: can only... (1 Reply)
Discussion started by: svajhala
1 Replies
DateTime::Locale::he_IL(3)				User Contributed Perl Documentation				DateTime::Locale::he_IL(3)

NAME
DateTime::Locale::he_IL SYNOPSIS
use DateTime; my $dt = DateTime->now( locale => 'he_IL' ); print $dt->month_name(); DESCRIPTION
This is the DateTime locale package for Hebrew Israel. DATA
This locale inherits from the DateTime::Locale::he locale. It contains the following data. Days Wide (format) XXX XXX XXX XXXXX XXX XXXXX XXX XXXXX XXX XXXX XXX XXX XXX XXXXX Abbreviated (format) XXX X' XXX X' XXX X' XXX X' XXX X' XXX XXX X' Narrow (format) X X X X X X X Wide (stand-alone) XXX XXX XXX XXXXX XXX XXXXX XXX XXXXX XXX XXXX XXX XXX XXX XXXXX Abbreviated (stand-alone) XXX X' XXX X' XXX X' XXX X' XXX X' XXX XXX X' Narrow (stand-alone) X X X X X X X Months Wide (format) XXXXX XXXXXX XXX XXXXX XXX XXXX XXXX XXXXXX XXXXXX XXXXXXX XXXXXX XXXXX Abbreviated (format) XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX Narrow (format) XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX Wide (stand-alone) XXXXX XXXXXX XXX XXXXX XXX XXXX XXXX XXXXXX XXXXXX XXXXXXX XXXXXX XXXXX Abbreviated (stand-alone) XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX Narrow (stand-alone) 1 2 3 4 5 6 7 8 9 10 11 12 Quarters Wide (format) XXXXX 1 XXXXX 2 XXXXX 3 XXXXX 4 Abbreviated (format) XXXXX 1 XXXXX 2 XXXXX 3 XXXXX 4 Narrow (format) 1 2 3 4 Wide (stand-alone) XXXXX 1 XXXXX 2 XXXXX 3 XXXXX 4 Abbreviated (stand-alone) XXXXX 1 XXXXX 2 XXXXX 3 XXXXX 4 Narrow (stand-alone) 1 2 3 4 Eras Wide XXXX XXXXXX XXXXXX Abbreviated XXXXXX XXXXX Narrow XXXXXX XXXXX Date Formats Full 2008-02-05T18:30:30 = XXX XXXXX, 5 XXXXXXX 2008 1995-12-22T09:05:02 = XXX XXXX, 22 XXXXXX 1995 -0010-09-15T04:44:23 = XXX XXX, 15 XXXXXXX -10 Long 2008-02-05T18:30:30 = 5 XXXXXXX 2008 1995-12-22T09:05:02 = 22 XXXXXX 1995 -0010-09-15T04:44:23 = 15 XXXXXXX -10 Medium 2008-02-05T18:30:30 = 05/02/2008 1995-12-22T09:05:02 = 22/12/1995 -0010-09-15T04:44:23 = 15/09/-010 Short 2008-02-05T18:30:30 = 05/02/08 1995-12-22T09:05:02 = 22/12/95 -0010-09-15T04:44:23 = 15/09/-10 Default 2008-02-05T18:30:30 = 05/02/2008 1995-12-22T09:05:02 = 22/12/1995 -0010-09-15T04:44:23 = 15/09/-010 Time Formats Full 2008-02-05T18:30:30 = 18:30:30 UTC 1995-12-22T09:05:02 = 09:05:02 UTC -0010-09-15T04:44:23 = 04:44:23 UTC Long 2008-02-05T18:30:30 = 18:30:30 UTC 1995-12-22T09:05:02 = 09:05:02 UTC -0010-09-15T04:44:23 = 04:44:23 UTC Medium 2008-02-05T18:30:30 = 18:30:30 1995-12-22T09:05:02 = 09:05:02 -0010-09-15T04:44:23 = 04:44:23 Short 2008-02-05T18:30:30 = 18:30 1995-12-22T09:05:02 = 09:05 -0010-09-15T04:44:23 = 04:44 Default 2008-02-05T18:30:30 = 18:30:30 1995-12-22T09:05:02 = 09:05:02 -0010-09-15T04:44:23 = 04:44:23 Datetime Formats Full 2008-02-05T18:30:30 = XXX XXXXX, 5 XXXXXXX 2008 18:30:30 UTC 1995-12-22T09:05:02 = XXX XXXX, 22 XXXXXX 1995 09:05:02 UTC -0010-09-15T04:44:23 = XXX XXX, 15 XXXXXXX -10 04:44:23 UTC Long 2008-02-05T18:30:30 = 5 XXXXXXX 2008 18:30:30 UTC 1995-12-22T09:05:02 = 22 XXXXXX 1995 09:05:02 UTC -0010-09-15T04:44:23 = 15 XXXXXXX -10 04:44:23 UTC Medium 2008-02-05T18:30:30 = 05/02/2008 18:30:30 1995-12-22T09:05:02 = 22/12/1995 09:05:02 -0010-09-15T04:44:23 = 15/09/-010 04:44:23 Short 2008-02-05T18:30:30 = 05/02/08 18:30 1995-12-22T09:05:02 = 22/12/95 09:05 -0010-09-15T04:44:23 = 15/09/-10 04:44 Default 2008-02-05T18:30:30 = 05/02/2008 18:30:30 1995-12-22T09:05:02 = 22/12/1995 09:05:02 -0010-09-15T04:44:23 = 15/09/-010 04:44:23 Available Formats d (d) 2008-02-05T18:30:30 = 5 1995-12-22T09:05:02 = 22 -0010-09-15T04:44:23 = 15 Ed (E d) 2008-02-05T18:30:30 = XXX X' 5 1995-12-22T09:05:02 = XXX X' 22 -0010-09-15T04:44:23 = XXX 15 EEEd (d EEE) 2008-02-05T18:30:30 = 5 XXX X' 1995-12-22T09:05:02 = 22 XXX X' -0010-09-15T04:44:23 = 15 XXX H (H) 2008-02-05T18:30:30 = 18 1995-12-22T09:05:02 = 9 -0010-09-15T04:44:23 = 4 HHmm (HH:mm) 2008-02-05T18:30:30 = 18:30 1995-12-22T09:05:02 = 09:05 -0010-09-15T04:44:23 = 04:44 HHmmss (HH:mm:ss) 2008-02-05T18:30:30 = 18:30:30 1995-12-22T09:05:02 = 09:05:02 -0010-09-15T04:44:23 = 04:44:23 Hm (H:mm) 2008-02-05T18:30:30 = 18:30 1995-12-22T09:05:02 = 9:05 -0010-09-15T04:44:23 = 4:44 hm (h:mm a) 2008-02-05T18:30:30 = 6:30 XXX"X 1995-12-22T09:05:02 = 9:05 XXXX"X -0010-09-15T04:44:23 = 4:44 XXXX"X Hms (H:mm:ss) 2008-02-05T18:30:30 = 18:30:30 1995-12-22T09:05:02 = 9:05:02 -0010-09-15T04:44:23 = 4:44:23 hms (h:mm:ss a) 2008-02-05T18:30:30 = 6:30:30 XXX"X 1995-12-22T09:05:02 = 9:05:02 XXXX"X -0010-09-15T04:44:23 = 4:44:23 XXXX"X M (L) 2008-02-05T18:30:30 = 2 1995-12-22T09:05:02 = 12 -0010-09-15T04:44:23 = 9 Md (d/M) 2008-02-05T18:30:30 = 5/2 1995-12-22T09:05:02 = 22/12 -0010-09-15T04:44:23 = 15/9 MEd (E, M-d) 2008-02-05T18:30:30 = XXX X', 2-5 1995-12-22T09:05:02 = XXX X', 12-22 -0010-09-15T04:44:23 = XXX, 9-15 MMdd (dd/MM) 2008-02-05T18:30:30 = 05/02 1995-12-22T09:05:02 = 22/12 -0010-09-15T04:44:23 = 15/09 MMM (LLL) 2008-02-05T18:30:30 = XXX 1995-12-22T09:05:02 = XXX -0010-09-15T04:44:23 = XXX MMMd (MMM d) 2008-02-05T18:30:30 = XXX 5 1995-12-22T09:05:02 = XXX 22 -0010-09-15T04:44:23 = XXX 15 MMMEd (E d MMM) 2008-02-05T18:30:30 = XXX X' 5 XXX 1995-12-22T09:05:02 = XXX X' 22 XXX -0010-09-15T04:44:23 = XXX 15 XXX MMMMd (d XMMMM) 2008-02-05T18:30:30 = 5 XXXXXXX 1995-12-22T09:05:02 = 22 XXXXXX -0010-09-15T04:44:23 = 15 XXXXXXX MMMMEd (E MMMM d) 2008-02-05T18:30:30 = XXX X' XXXXXX 5 1995-12-22T09:05:02 = XXX X' XXXXX 22 -0010-09-15T04:44:23 = XXX XXXXXX 15 mmss (mm:ss) 2008-02-05T18:30:30 = 30:30 1995-12-22T09:05:02 = 05:02 -0010-09-15T04:44:23 = 44:23 ms (mm:ss) 2008-02-05T18:30:30 = 30:30 1995-12-22T09:05:02 = 05:02 -0010-09-15T04:44:23 = 44:23 y (y) 2008-02-05T18:30:30 = 2008 1995-12-22T09:05:02 = 1995 -0010-09-15T04:44:23 = -10 yM (M.yyyy) 2008-02-05T18:30:30 = 2.2008 1995-12-22T09:05:02 = 12.1995 -0010-09-15T04:44:23 = 9.-010 yMEd (EEE, d.M.yyyy) 2008-02-05T18:30:30 = XXX X', 5.2.2008 1995-12-22T09:05:02 = XXX X', 22.12.1995 -0010-09-15T04:44:23 = XXX, 15.9.-010 yMMM (y MMM) 2008-02-05T18:30:30 = 2008 XXX 1995-12-22T09:05:02 = 1995 XXX -0010-09-15T04:44:23 = -10 XXX yMMMEd (EEE, y MMM d) 2008-02-05T18:30:30 = XXX X', 2008 XXX 5 1995-12-22T09:05:02 = XXX X', 1995 XXX 22 -0010-09-15T04:44:23 = XXX, -10 XXX 15 yMMMM (MMMM y) 2008-02-05T18:30:30 = XXXXXX 2008 1995-12-22T09:05:02 = XXXXX 1995 -0010-09-15T04:44:23 = XXXXXX -10 yQ (yyyy Q) 2008-02-05T18:30:30 = 2008 1 1995-12-22T09:05:02 = 1995 4 -0010-09-15T04:44:23 = -010 3 yQQQ (y QQQ) 2008-02-05T18:30:30 = 2008 XXXXX 1 1995-12-22T09:05:02 = 1995 XXXXX 4 -0010-09-15T04:44:23 = -10 XXXXX 3 yyMM (MM/yy) 2008-02-05T18:30:30 = 02/08 1995-12-22T09:05:02 = 12/95 -0010-09-15T04:44:23 = 09/-10 yyMMM (MMM yy) 2008-02-05T18:30:30 = XXX 08 1995-12-22T09:05:02 = XXX 95 -0010-09-15T04:44:23 = XXX -10 yyQ (Q yy) 2008-02-05T18:30:30 = 1 08 1995-12-22T09:05:02 = 4 95 -0010-09-15T04:44:23 = 3 -10 yyyy (y) 2008-02-05T18:30:30 = 2008 1995-12-22T09:05:02 = 1995 -0010-09-15T04:44:23 = -10 yyyyMM (MM/yyyy) 2008-02-05T18:30:30 = 02/2008 1995-12-22T09:05:02 = 12/1995 -0010-09-15T04:44:23 = 09/-010 yyyyMMMM (MMMM y) 2008-02-05T18:30:30 = XXXXXX 2008 1995-12-22T09:05:02 = XXXXX 1995 -0010-09-15T04:44:23 = XXXXXX -10 Miscellaneous Prefers 24 hour time? Yes Local first day of the week XXX XXXXX SUPPORT
See DateTime::Locale. AUTHOR
Dave Rolsky <autarch@urth.org> COPYRIGHT
Copyright (c) 2008 David Rolsky. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. This module was generated from data provided by the CLDR project, see the LICENSE.cldr in this distribution for details on the CLDR data's license. perl v5.18.2 2017-10-06 DateTime::Locale::he_IL(3)
All times are GMT -4. The time now is 09:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy