Sponsored Content
Full Discussion: multiple variable question
Special Forums UNIX and Linux Applications Infrastructure Monitoring multiple variable question Post 302357953 by riegersteve on Thursday 1st of October 2009 03:56:24 AM
Old 10-01-2009
thanx

yes tis
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

VAriable Question

hi there, In my shell script I'm using a variable $ICO to speicfy the type of file that I'm processing e.g. VFR = France. further in my shell I'm trying to programatically set the sql file thtat I want to run :- REPORTTXT=/tmp/$ICO3hr.dat however when I check the value (as below) :- ... (4 Replies)
Discussion started by: rjsha1
4 Replies

2. UNIX for Dummies Questions & Answers

Another variable question, I think

So seems only way I'm going to learn is by asking. In the following and I can tell you that $ENV=384: grep $ENV $TSH/ftp/some.files | while read ELABEL EENV EFILE RFILE do if ]; then rm -ef ${RFILE}* else rm -ef ${EFILE}* fi done In the some.files : ... (2 Replies)
Discussion started by: NycUnxer
2 Replies

3. Shell Programming and Scripting

variable question

Hi i have two question 1. Yahoo! In above there are total three words 1.1. www 1.2. yahoo 1.3 com how can i take all three things in different variable, i dont understand that how to separate dot. it looks like that a=www b=yahoo c=com 2. i have variable xyz whois value... (7 Replies)
Discussion started by: learnbash
7 Replies

4. Shell Programming and Scripting

Multiple variable in a variable in Perl

Hi All, I am trying to convert the below Csh while loop into Perl while loop but the problem is that in this csh script, i have 2 variables inside a variable -> $count is a variable {SB$count} as a whole is another variable. Csh is able to assign values to such variable like the below but i do... (3 Replies)
Discussion started by: Raynon
3 Replies

5. Shell Programming and Scripting

Logfile parsing with variable, multiple criterias among multiple lines

Hi all I've been working on a bash script parsing through debug/trace files and extracting all lines that relate to some search string. So far, it works pretty well. However, I am challenged by one requirement that is still open. What I want to do: 1) parse through a file and identify all... (3 Replies)
Discussion started by: reminder
3 Replies

6. Shell Programming and Scripting

Multiple variable substitutions

Is there anyway to accomplish this? (ksh) FILES_TO_PROCESS='NAME1 NAME2' SOURCE_NAME1=/tmp/myfile TARGET_NAME1=/somewhere/else # other file names for i in $FILES_TO_PROCESS do file1=SOURCE_$i file2=TARGET_$i echo cp ${$file1} ${$file2} <-- how do get this to work. done (2 Replies)
Discussion started by: koondog
2 Replies

7. Shell Programming and Scripting

need help using one variable multiple times

I apologize for the title but I am not even sure myself what to call this. I am going to use an example of a pizza delivery. I need to make an interactive script that allows users to order a certain number of pizzas, and then choose what they want on each pizza. Here is my code so far.... ... (1 Reply)
Discussion started by: cstadnyk1
1 Replies

8. Shell Programming and Scripting

Variable to command to Variable Question KSH

Hello, First post for Newbie as I am stumped. I need to get certain elements for a specific PID from the ps command. I am attempting to pass the value for the PID I want to retrieve the information for as a variable. When the following is run without using a variable, setting a specific PID,... (3 Replies)
Discussion started by: Coyote270WSM
3 Replies

9. Shell Programming and Scripting

Change Variable Value from Multiple Scripts and Use these Variable

Hi to All, Please find below details. file_config.config export file1_status="SUCCESS" export file2_status="SUCCESS" file_one.sh I am calling another two shell script from these script. I need to pass individual two script status (If it's "FAILED") to file_main.sh. file_main.sh I... (2 Replies)
Discussion started by: div_Neev
2 Replies

10. Shell Programming and Scripting

Variable with multiple values

Hello I need to alter a script to check for a flag file but there are now more than one type of flag file in my directory. Basically if any of these flg files exist then the MASK value should be set? Flag files to be included in assignment to variable e2e_scheduled*.flg COLL_STOP*.flg... (1 Reply)
Discussion started by: andymay
1 Replies
DateTime::Locale::sv_SE(3)				User Contributed Perl Documentation				DateTime::Locale::sv_SE(3)

NAME
DateTime::Locale::sv_SE SYNOPSIS
use DateTime; my $dt = DateTime->now( locale => 'sv_SE' ); print $dt->month_name(); DESCRIPTION
This is the DateTime locale package for Swedish Sweden. DATA
This locale inherits from the DateTime::Locale::sv locale. It contains the following data. Days Wide (format) maandag tisdag onsdag torsdag fredag loerdag soendag Abbreviated (format) maan tis ons tors fre loer soen Narrow (format) M T O T F L S Wide (stand-alone) maandag tisdag onsdag torsdag fredag loerdag soendag Abbreviated (stand-alone) maan tis ons tors fre loer soen Narrow (stand-alone) M T O T F L S Months Wide (format) januari februari mars april maj juni juli augusti september oktober november december Abbreviated (format) jan feb mar apr maj jun jul aug sep okt nov dec Narrow (format) J F M A M J J A S O N D Wide (stand-alone) januari februari mars april maj juni juli augusti september oktober november december Abbreviated (stand-alone) jan feb mar apr maj jun jul aug sep okt nov dec Narrow (stand-alone) J F M A M J J A S O N D Quarters Wide (format) 1:a kvartalet 2:a kvartalet 3:e kvartalet 4:e kvartalet Abbreviated (format) K1 K2 K3 K4 Narrow (format) 1 2 3 4 Wide (stand-alone) 1:a kvartalet 2:a kvartalet 3:e kvartalet 4:e kvartalet Abbreviated (stand-alone) K1 K2 K3 K4 Narrow (stand-alone) 1 2 3 4 Eras Wide foere Kristus efter Kristus Abbreviated f.Kr. e.Kr. Narrow f.Kr. e.Kr. Date Formats Full 2008-02-05T18:30:30 = tisdag 5 februari 2008 1995-12-22T09:05:02 = fredag 22 december 1995 -0010-09-15T04:44:23 = loerdag 15 september -10 Long 2008-02-05T18:30:30 = 5 februari 2008 1995-12-22T09:05:02 = 22 december 1995 -0010-09-15T04:44:23 = 15 september -10 Medium 2008-02-05T18:30:30 = 5 feb 2008 1995-12-22T09:05:02 = 22 dec 1995 -0010-09-15T04:44:23 = 15 sep -10 Short 2008-02-05T18:30:30 = 2008-02-05 1995-12-22T09:05:02 = 1995-12-22 -0010-09-15T04:44:23 = -010-09-15 Default 2008-02-05T18:30:30 = 5 feb 2008 1995-12-22T09:05:02 = 22 dec 1995 -0010-09-15T04:44:23 = 15 sep -10 Time Formats Full 2008-02-05T18:30:30 = kl. 18.30.30 UTC 1995-12-22T09:05:02 = kl. 09.05.02 UTC -0010-09-15T04:44:23 = kl. 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 = tisdag 5 februari 2008 kl. 18.30.30 UTC 1995-12-22T09:05:02 = fredag 22 december 1995 kl. 09.05.02 UTC -0010-09-15T04:44:23 = loerdag 15 september -10 kl. 04.44.23 UTC Long 2008-02-05T18:30:30 = 5 februari 2008 18.30.30 UTC 1995-12-22T09:05:02 = 22 december 1995 09.05.02 UTC -0010-09-15T04:44:23 = 15 september -10 04.44.23 UTC Medium 2008-02-05T18:30:30 = 5 feb 2008 18.30.30 1995-12-22T09:05:02 = 22 dec 1995 09.05.02 -0010-09-15T04:44:23 = 15 sep -10 04.44.23 Short 2008-02-05T18:30:30 = 2008-02-05 18.30 1995-12-22T09:05:02 = 1995-12-22 09.05 -0010-09-15T04:44:23 = -010-09-15 04.44 Default 2008-02-05T18:30:30 = 5 feb 2008 18.30.30 1995-12-22T09:05:02 = 22 dec 1995 09.05.02 -0010-09-15T04:44:23 = 15 sep -10 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 EEEd (d EEE) 2008-02-05T18:30:30 = 5 tis 1995-12-22T09:05:02 = 22 fre -0010-09-15T04:44:23 = 15 loer HHmm (HH.mm) 2008-02-05T18:30:30 = 18.30 1995-12-22T09:05:02 = 09.05 -0010-09-15T04:44:23 = 04.44 hhmm (hh.mm a) 2008-02-05T18:30:30 = 06.30 em 1995-12-22T09:05:02 = 09.05 fm -0010-09-15T04:44:23 = 04.44 fm 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 hhmmss (h.mm.ss a) 2008-02-05T18:30:30 = 6.30.30 em 1995-12-22T09:05:02 = 9.05.02 fm -0010-09-15T04:44:23 = 4.44.23 fm 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 em 1995-12-22T09:05:02 = 9:05 fm -0010-09-15T04:44:23 = 4:44 fm 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 em 1995-12-22T09:05:02 = 9:05:02 fm -0010-09-15T04:44:23 = 4:44:23 fm 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 d/M) 2008-02-05T18:30:30 = tis 5/2 1995-12-22T09:05:02 = fre 22/12 -0010-09-15T04:44:23 = loer 15/9 MMd (d/M) 2008-02-05T18:30:30 = 5/2 1995-12-22T09:05:02 = 22/12 -0010-09-15T04:44:23 = 15/9 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 = feb 1995-12-22T09:05:02 = dec -0010-09-15T04:44:23 = sep MMMd (d MMM) 2008-02-05T18:30:30 = 5 feb 1995-12-22T09:05:02 = 22 dec -0010-09-15T04:44:23 = 15 sep MMMEd (E d MMM) 2008-02-05T18:30:30 = tis 5 feb 1995-12-22T09:05:02 = fre 22 dec -0010-09-15T04:44:23 = loer 15 sep MMMMd (d MMMM) 2008-02-05T18:30:30 = 5 februari 1995-12-22T09:05:02 = 22 december -0010-09-15T04:44:23 = 15 september MMMMEd (E d MMMM) 2008-02-05T18:30:30 = tis 5 februari 1995-12-22T09:05:02 = fre 22 december -0010-09-15T04:44:23 = loer 15 september MMMMEEEd (EEE d MMMM) 2008-02-05T18:30:30 = tis 5 februari 1995-12-22T09:05:02 = fre 22 december -0010-09-15T04:44:23 = loer 15 september 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 (yyyy-MM) 2008-02-05T18:30:30 = 2008-02 1995-12-22T09:05:02 = 1995-12 -0010-09-15T04:44:23 = -010-09 yMEd (EEE, yyyy-MM-dd) 2008-02-05T18:30:30 = tis, 2008-02-05 1995-12-22T09:05:02 = fre, 1995-12-22 -0010-09-15T04:44:23 = loer, -010-09-15 yMMM (y MMM) 2008-02-05T18:30:30 = 2008 feb 1995-12-22T09:05:02 = 1995 dec -0010-09-15T04:44:23 = -10 sep yMMMEd (EEE d MMM y) 2008-02-05T18:30:30 = tis 5 feb 2008 1995-12-22T09:05:02 = fre 22 dec 1995 -0010-09-15T04:44:23 = loer 15 sep -10 yMMMM (y MMMM) 2008-02-05T18:30:30 = 2008 februari 1995-12-22T09:05:02 = 1995 december -0010-09-15T04:44:23 = -10 september 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 K1 1995-12-22T09:05:02 = 1995 K4 -0010-09-15T04:44:23 = -10 K3 yyMM (yy-MM) 2008-02-05T18:30:30 = 08-02 1995-12-22T09:05:02 = 95-12 -0010-09-15T04:44:23 = -10-09 yyMMM (MMM -yy) 2008-02-05T18:30:30 = feb -08 1995-12-22T09:05:02 = dec -95 -0010-09-15T04:44:23 = sep --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 yyyyMM (yyyy-MM) 2008-02-05T18:30:30 = 2008-02 1995-12-22T09:05:02 = 1995-12 -0010-09-15T04:44:23 = -010-09 yyyyMMM (MMM y) 2008-02-05T18:30:30 = feb 2008 1995-12-22T09:05:02 = dec 1995 -0010-09-15T04:44:23 = sep -10 yyyyQQQQ (QQQQ y) 2008-02-05T18:30:30 = 1:a kvartalet 2008 1995-12-22T09:05:02 = 4:e kvartalet 1995 -0010-09-15T04:44:23 = 3:e kvartalet -10 Miscellaneous Prefers 24 hour time? Yes Local first day of the week maandag 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::sv_SE(3)
All times are GMT -4. The time now is 11:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy