Sponsored Content
Top Forums UNIX for Dummies Questions & Answers displaying the last line of the file Post 302107820 by lmadhuri on Wednesday 21st of February 2007 04:02:49 AM
Old 02-21-2007
capturing a command output to a variable

hai

thanks for the valuable replies...

got the result at the first one

i have one more query

if i have a word abcd|13

i need to capture 13 in a variable and write it in to a file...

i did tht using echo "abcd|13" | cut -d'|' -f2

but this just displays to the unix envt
how do i get tht in to a variable plz help
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

displaying the first line?

how do i display just the first line of a file with the cat command or any command for that matter (4 Replies)
Discussion started by: imuuk
4 Replies

2. Shell Programming and Scripting

displaying the path in the command line

Hi all, Does anyone know how to ammend the .cshrc file in $HOME for your session to display the path as part of the command line? So that I dont need to keep on typing pwd to see where I am? thanks Ocelot (2 Replies)
Discussion started by: ocelot
2 Replies

3. UNIX for Dummies Questions & Answers

Displaying the Second Line of the Grep Search Results

Hi I really hope someone can help with the below question. Lets say that I have a file called output.txt and I want to display all of the lines which contain the word ‘disconnect'. I know that this can easily be obtained by using the following command: grep -i disconnect output.txt However,... (6 Replies)
Discussion started by: Sunny Sid
6 Replies

4. Shell Programming and Scripting

displaying nth line of a file dynamically

Hi, I have a file split.txt with the following contents one two three four five Suppose if i want to display contents of line 3, I know this could be achieved using the command sed -n '3p' split.txt But I need the line number to be decided dynamically like a=3 sed -n '$ap'... (2 Replies)
Discussion started by: deanamrita
2 Replies

5. Shell Programming and Scripting

displaying a column in horizontal line separated by ', '

cat my.log blah blah blah < 1 djfh jsdfhk jksdfh < 2 dshkfl opeir pqowi < 4 khasd wouipeui say i am perfroming some action similar to below... cat my.log | egrep "<" | awk -F' ' '{print $2}' | grep -v "" it gives output as below 1 2 4 is there anyway to modify above same... (4 Replies)
Discussion started by: vivek d r
4 Replies

6. UNIX for Dummies Questions & Answers

Displaying field of NR, not the line #

Within AWK, how do you display a field of NR? Here's my code: awk '(NR>1) && (P1=$1-w)>=100000 {print "increase of" " " P1*.0000179," " "kW at" " " 'NR*60/431900' " " "minutes" "\n" "change from" " " 'NR-10($1)' " " "kW to" " " 'NR+70($1)' "\n"}{w=$1}' filename I can change NR and print... (3 Replies)
Discussion started by: markymarkg123
3 Replies

7. Shell Programming and Scripting

Shell for displaying specific records from a line.

Input file. GMDCOM.27936 : Process Request <36812974> GMDCOM.27936 : Process Request <36812985> GMDCOM.27936 : Process Request <36812986> GMDCOM.27936 : Process Request <36812987> GMDCOM.27936 : Process Request <36812996> GMDCOM.27936 : Process Request <36812998> GMDCOM.27936 : Process... (14 Replies)
Discussion started by: ghosh_tanmoy
14 Replies

8. Red Hat

Displaying command return in one line

Hello all I have a query (SQL) that returns a rather long field from an Oracle database. The field in question is defined on 400 characters but all these 400 cannot be displayed by the echo command. Thus when I launch the following command: echo "SELECT FIELD01 FROM TABLE_NAME;" | sqlplus -s... (9 Replies)
Discussion started by: S. BASU
9 Replies

9. Shell Programming and Scripting

Adding user name to file, and then displaying new line number

Hi all - I'm completely stumped by a script I'm working on... The short version is I have a file called 'lookup' and in it are hundreds of names (first and last). I have a script that basically allows the user to enter a name, and what I need to have happen is something like this: Record... (8 Replies)
Discussion started by: sabster
8 Replies

10. UNIX for Beginners Questions & Answers

Displaying every other line in an array.

Hi, I have an array, that works well. But, I want to have it display every other line. Like so, 1, 3, 5, 7, etc, etc. Here is the relevant code: I'm sorry for the pastebin link. For some reason, I can't get the code to format properly with the code tags. code tags work fine... everyone... (4 Replies)
Discussion started by: ignatius
4 Replies
DateTime::Locale::vi(3) 				User Contributed Perl Documentation				   DateTime::Locale::vi(3)

NAME
DateTime::Locale::vi SYNOPSIS
use DateTime; my $dt = DateTime->now( locale => 'vi' ); print $dt->month_name(); DESCRIPTION
This is the DateTime locale package for Vietnamese. DATA
This locale inherits from the DateTime::Locale::root locale. It contains the following data. Days Wide (format) ThX hai ThX ba ThX tX ThX nXm ThX sau ThX bXy ChX nhXt Abbreviated (format) Th 2 Th 3 Th 4 Th 5 Th 6 Th 7 CN Narrow (format) Th 2 Th 3 Th 4 Th 5 Th 6 Th 7 CN Wide (stand-alone) ThX hai ThX ba ThX tX ThX nXm ThX sau ThX bXy ChX nhXt Abbreviated (stand-alone) Th 2 Th 3 Th 4 Th 5 Th 6 Th 7 CN Narrow (stand-alone) 2 3 4 5 6 7 1 Months Wide (format) thang mXt thang hai thang ba thang tX thang nXm thang sau thang bXy thang tam thang chin thang mXXi thang mXXi mXt thang mXXi hai Abbreviated (format) thg 1 thg 2 thg 3 thg 4 thg 5 thg 6 thg 7 thg 8 thg 9 thg 10 thg 11 thg 12 Narrow (format) thg 1 thg 2 thg 3 thg 4 thg 5 thg 6 thg 7 thg 8 thg 9 thg 10 thg 11 thg 12 Wide (stand-alone) thang mXt thang hai thang ba thang tX thang nXm thang sau thang bXy thang tam thang chin thang mXXi thang mXXi mXt thang mXXi hai Abbreviated (stand-alone) thg 1 thg 2 thg 3 thg 4 thg 5 thg 6 thg 7 thg 8 thg 9 thg 10 thg 11 thg 12 Narrow (stand-alone) 1 2 3 4 5 6 7 8 9 10 11 12 Quarters Wide (format) Q1 Q2 Q3 Q4 Abbreviated (format) Q1 Q2 Q3 Q4 Narrow (format) 1 2 3 4 Wide (stand-alone) Q1 Q2 Q3 Q4 Abbreviated (stand-alone) Q1 Q2 Q3 Q4 Narrow (stand-alone) 1 2 3 4 Eras Wide BCE CE Abbreviated tr. CN sau CN Narrow tr. CN sau CN Date Formats Full 2008-02-05T18:30:30 = ThX ba, ngay 05 thang hai nXm 2008 1995-12-22T09:05:02 = ThX sau, ngay 22 thang mXXi hai nXm 1995 -0010-09-15T04:44:23 = ThX bXy, ngay 15 thang chin nXm -10 Long 2008-02-05T18:30:30 = Ngay 05 thang 2 nXm 2008 1995-12-22T09:05:02 = Ngay 22 thang 12 nXm 1995 -0010-09-15T04:44:23 = Ngay 15 thang 9 nXm -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/2008 1995-12-22T09:05:02 = 22/12/1995 -0010-09-15T04:44:23 = 15/09/-010 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 = 18:30:30 UTC ThX ba, ngay 05 thang hai nXm 2008 1995-12-22T09:05:02 = 09:05:02 UTC ThX sau, ngay 22 thang mXXi hai nXm 1995 -0010-09-15T04:44:23 = 04:44:23 UTC ThX bXy, ngay 15 thang chin nXm -10 Long 2008-02-05T18:30:30 = 18:30:30 UTC Ngay 05 thang 2 nXm 2008 1995-12-22T09:05:02 = 09:05:02 UTC Ngay 22 thang 12 nXm 1995 -0010-09-15T04:44:23 = 04:44:23 UTC Ngay 15 thang 9 nXm -10 Medium 2008-02-05T18:30:30 = 18:30:30 05-02-2008 1995-12-22T09:05:02 = 09:05:02 22-12-1995 -0010-09-15T04:44:23 = 04:44:23 15-09--010 Short 2008-02-05T18:30:30 = 18:30 05/02/2008 1995-12-22T09:05:02 = 09:05 22/12/1995 -0010-09-15T04:44:23 = 04:44 15/09/-010 Default 2008-02-05T18:30:30 = 18:30:30 05-02-2008 1995-12-22T09:05:02 = 09:05:02 22-12-1995 -0010-09-15T04:44:23 = 04:44:23 15-09--010 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 Th 3 1995-12-22T09:05:02 = 22 Th 6 -0010-09-15T04:44:23 = 15 Th 7 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 CH 1995-12-22T09:05:02 = 9:05 SA -0010-09-15T04:44:23 = 4:44 SA 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 CH 1995-12-22T09:05:02 = 9:05:02 SA -0010-09-15T04:44:23 = 4:44:23 SA 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 = Th 3, 5-2 1995-12-22T09:05:02 = Th 6, 22-12 -0010-09-15T04:44:23 = Th 7, 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 = thg 2 1995-12-22T09:05:02 = thg 12 -0010-09-15T04:44:23 = thg 9 MMMd (d MMM) 2008-02-05T18:30:30 = 5 thg 2 1995-12-22T09:05:02 = 22 thg 12 -0010-09-15T04:44:23 = 15 thg 9 MMMEd (E d MMM) 2008-02-05T18:30:30 = Th 3 5 thg 2 1995-12-22T09:05:02 = Th 6 22 thg 12 -0010-09-15T04:44:23 = Th 7 15 thg 9 MMMMd (d MMMM) 2008-02-05T18:30:30 = 5 thang hai 1995-12-22T09:05:02 = 22 thang mXXi hai -0010-09-15T04:44:23 = 15 thang chin MMMMEd (E d MMMM) 2008-02-05T18:30:30 = Th 3 5 thang hai 1995-12-22T09:05:02 = Th 6 22 thang mXXi hai -0010-09-15T04:44:23 = Th 7 15 thang chin 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 (y-M) 2008-02-05T18:30:30 = 2008-2 1995-12-22T09:05:02 = 1995-12 -0010-09-15T04:44:23 = -10-9 yMEd (EEE, d-M-yyyy) 2008-02-05T18:30:30 = Th 3, 5-2-2008 1995-12-22T09:05:02 = Th 6, 22-12-1995 -0010-09-15T04:44:23 = Th 7, 15-9--010 yMMM (MMM y) 2008-02-05T18:30:30 = thg 2 2008 1995-12-22T09:05:02 = thg 12 1995 -0010-09-15T04:44:23 = thg 9 -10 yMMMEd (EEE, d MMM y) 2008-02-05T18:30:30 = Th 3, 5 thg 2 2008 1995-12-22T09:05:02 = Th 6, 22 thg 12 1995 -0010-09-15T04:44:23 = Th 7, 15 thg 9 -10 yMMMM (MMMM y) 2008-02-05T18:30:30 = thang hai 2008 1995-12-22T09:05:02 = thang mXXi hai 1995 -0010-09-15T04:44:23 = thang chin -10 yQ (Q yyyy) 2008-02-05T18:30:30 = 1 2008 1995-12-22T09:05:02 = 4 1995 -0010-09-15T04:44:23 = 3 -010 yQQQ (QQQ y) 2008-02-05T18:30:30 = Q1 2008 1995-12-22T09:05:02 = Q4 1995 -0010-09-15T04:44:23 = Q3 -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 Miscellaneous Prefers 24 hour time? Yes Local first day of the week ThX hai 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::vi(3)
All times are GMT -4. The time now is 01:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy