Sponsored Content
Full Discussion: help with ls commad
Top Forums UNIX for Dummies Questions & Answers help with ls commad Post 302164240 by vbe on Monday 4th of February 2008 09:16:46 AM
Old 02-04-2008
I still dont see where is the problem...
Here on aix 5.3:
vbe@ it34: /usr/tivoli/tsm/client/ba/bin> ll dsm.o*
-rw-r--r-- 1 root system 345 Jan 24 17:23 dsm.opt
-rw-r--r-- 1 root system 419 Jan 20 2005 dsm.opt.adsm2
-rw-r--r-- 1 root system 419 Jan 20 2005 dsm.opt.adsm3
-rw-r--r-- 1 root system 421 Jan 20 2005 dsm.opt.adsmsrv
-rw-r--r-- 1 root system 782 Nov 27 2006 dsm.opt.smp
vbe@ it34: /usr/tivoli/tsm/client/ba/bin> VAR1=`ll -ltr dsm.o*|tail -1`
vbe@ it34: /usr/tivoli/tsm/client/ba/bin> echo $VAR1
-rw-r--r-- 1 root system 345 Jan 24 17:23 dsm.opt
vbe@ it34: /usr/tivoli/tsm/client/ba/bin>
 

4 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

Commad to Delete Nested Directory

Can someone please tell me the command to delete a NESTED DIRECTORY. here is my email address: firewalls007@hotmail.com (2 Replies)
Discussion started by: Javed Akram
2 Replies

2. UNIX for Advanced & Expert Users

Script commad implementation - urgent help

I modified the .profile of a user id to start "script" when the user logs in. When the user logs out, I have added a trap command in the .profile file to capture the exit signal. And in that trap command, I have added the creation of a file called .logout. And in the .logout file, I have added... (3 Replies)
Discussion started by: ggayathri
3 Replies

3. UNIX for Dummies Questions & Answers

Need help in excluding a particular directory using Find commad

Hi, I have a directory structure as below /home/gad/Merl/a/a1.txt /home/gad/Merl/b/a1.txt /home/gad/Merl/c/a1.txt How can I find the file a1.txt but not from directory 'a' and it(the filw) should loaded 6 days ago.. Can any one pls help,quick reply much appriciated.. Thanks. (1 Reply)
Discussion started by: jagadish_gaddam
1 Replies

4. Programming

UNIX commad in COBOL

Hi guys, i used the call "sytem" using ... in a cobol program. At the moment i stoped at an empasse, how cam I retrive the execution's result of unix command? Explenation, I made an 'pwd' command, and I must to have the directory inside the program. How can have this result? (2 Replies)
Discussion started by: Prosy60
2 Replies
LOCALE_GET_DISPLAY_SCRIPT(3)						 1					      LOCALE_GET_DISPLAY_SCRIPT(3)

Locale::getDisplayScript - Returns an appropriately localized display name for script of the input locale

	Object oriented style

SYNOPSIS
publicstatic string Locale::getDisplayScript (string $locale, [string $in_locale]) DESCRIPTION
Procedural style string locale_get_display_script (string $locale, [string $in_locale]) Returns an appropriately localized display name for script of the input locale. If is NULL then the default locale is used. PARAMETERS
o $locale - The locale to return a display script for o $in_locale - Optional format locale to use to display the script name RETURN VALUES
Display name of the script for the $locale in the format appropriate for $in_locale. EXAMPLES
Example #1 locale_get_display_script(3) example <?php echo locale_get_display_script('sl-Latn-IT-nedis', 'en'); echo "; "; echo locale_get_display_script('sl-Latn-IT-nedis', 'fr'); echo "; "; echo locale_get_display_script('sl-Latn-IT-nedis', 'de'); ?> Example #2 OO example <?php echo Locale::getDisplayScript('sl-Latn-IT-nedis', 'en'); echo "; "; echo Locale::getDisplayScript('sl-Latn-IT-nedis', 'fr'); echo "; "; echo Locale::getDisplayScript('sl-Latn-IT-nedis', 'de'); ?> The above example will output: Latin; latin; Lateinisch SEE ALSO
locale_get_display_name(3), locale_get_display_language(3), locale_get_display_region(3), locale_get_display_variant(3). PHP Documentation Group LOCALE_GET_DISPLAY_SCRIPT(3)
All times are GMT -4. The time now is 10:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy