Sponsored Content
Top Forums UNIX for Dummies Questions & Answers what does the ls -ltr command list Post 302096168 by Just Ice on Tuesday 14th of November 2006 08:26:21 AM
Old 11-14-2006
check "man ls" ...
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

ls -ltr, TIME DETAILS ??

when I write the command ls -ltr it shows the detail of the files. Like -rwxrwxrwx 1 mqsiadm mqbrkrs 0 Aug 29 14:03 dspmq_temp -rwxrwxrwx 1 mqsiadm mqbrkrs 666 Aug 30 06:12 dspmq_script In this,DATE TIME is shown, Now the question is : how can I see the all the times... (5 Replies)
Discussion started by: varungupta
5 Replies

2. UNIX for Dummies Questions & Answers

Extracting only file size of the ls -ltr command.

All, I only need to get the file size when I do an ls -ltr filename.txt Could you give me the exact syntax. Thanks KOP (6 Replies)
Discussion started by: kingofprussia
6 Replies

3. Shell Programming and Scripting

ls -ltr help

i have to list some file with certain exemption suppose for example i have two files file1.log.1 file1.log.1.123 i want ls -ltr command to list only 1st type of files so i want like this ls -ltr *.log.*---------it should grep 1st kind of files but this command greps all the files... (4 Replies)
Discussion started by: ali560045
4 Replies

4. Shell Programming and Scripting

ls -ltr command On Remote server

I am writing a script where in i have to log into a remote machine and check for necessary file by typing (ls -ltr *200505) (this gets all 05month of 2008 yr files) and if files are found get them to the local machine. If not found print a message saying no files on local machine. When i was... (2 Replies)
Discussion started by: vasuarjula
2 Replies

5. Shell Programming and Scripting

Printing Year in ls -ltr command

Hi, When retrieving parameters of a file using ls command i need to print the year part . When i do ls -ltr the following output is displayed -rwxrwxrwx 1 d_infd d_infd 1711 Jan 8 2004 wf1.class. Here the year part is not displayed only Jan 8 is displayed. Can any one... (9 Replies)
Discussion started by: ragugct
9 Replies

6. Shell Programming and Scripting

How to parse the listing (ls -ltr)

Hi, I need to parse the listing (ls -ltr) in a given directory and get a particular value to see the success or failure. e.g drwxr-xr-x 5 sensr vpnuser 512 Nov 7 07:46 disc_001811. Here i need to take the value 5 which is after drwxr-xr-x . how to so the same in shell... (1 Reply)
Discussion started by: MuthuAlagappan
1 Replies

7. UNIX for Dummies Questions & Answers

Not able to run ls -ltr

Hi , Whenever i try to execute ls with l as an option the system hangs. The workload on server is not more than 1. What could be the reason . Normal ls works fine but ls -l causes the system to hang. This is happening when i m in /usr/local/sbin directory. I can see that the... (4 Replies)
Discussion started by: pinga123
4 Replies

8. UNIX for Advanced & Expert Users

ls -ltr a list of filenames-with-spaces within a text file

OS: RHEL 5.8 shell: bash 3.2.25 Directory /home/guest/ contains these files: file a file b file c fileD fileE fileF testFile.txt I'm trying to find the syntax to run ls -ltr against this list of files that is contained within a text file, testFile.txt. The file testFile.txt has... (4 Replies)
Discussion started by: uschaafm
4 Replies

9. Shell Programming and Scripting

Ls -ltr in scripting

Hi All, I wrote below script for i in `ls` do echo "list of files $i" done but i want display as like ls -ltr,it's displaying as one column Thanks (14 Replies)
Discussion started by: bmk
14 Replies

10. Shell Programming and Scripting

I have two commands “ls -h” and “ls -ltr”. How do i make sure “ls -ltr” is run after “ls -h” is suc

help me (2 Replies)
Discussion started by: sonu pandey
2 Replies
espeak(1)							   User Commands							 espeak(1)

NAME
espeak - a compact open source software speech synthesizer SYNOPSIS
espeak [option...] [words] DESCRIPTION
espeak is a compact open source software speech synthesizer. It can run as a command line program to speak text from a file or from stdin. Main features of espeak: * Includes different voices, whose characteristics can be altered. * Can produce speech output as a WAV file. * Supports SSML (Speech Synthesis Markup Language - not complete) * Supports HTML. * Is compact in size. * Can translate text to phoneme codes, so it could be adapted as a front end for another speech synthesis engine. * Is written in C++. OPTIONS
The following options are supported: -a integer Amplitude as an integer in the range from 0 to 200, default is 100. -b Input text is 8-bit encoded. -f text_file Speak text from text_file. -g integer Specify the word gap, or the pause between words, as an integer. Units of 10mS at the default speed. -k integer Indicate how to speak capital letters as an integer. The argument can have the following values: 1=sound, 2=the word "capitals", higher values=a pitch increase (try -k 20). -l integer Line length as an integer. If not zero (which is the default), consider lines less than this length as end-of- clause. -m Interpret SSML markup, and ignore other < > tags. -p integer Pitch adjustment as an integer in the range from 0 to 99, default is 50. -q Quiet, do not produce any speech (may be useful with -x). -s integer Speed as an integer meaning words per minute. Values can be from 80 to 370, default is 170. -v voice_file Use specified voice_file. -w filename Write output to the specified filename, in WAV format, rather than speaking it directly. -x Write phoneme mnemonics to stdout. -X Write phonemes mnemonics and translation trace to stdout. -z No final sentence pause at the end of the text. --compile=voice_name Compile the pronunciation rules and dictionary in the current directory. The voice_name value is optional and spec- ifies which language to use. --punct="characters" Speak the names of punctuation characters while speaking. If the characters value is omitted, all punctuation is spoken. --split=minutes Starts a new WAV file every minutes. Used with -w. --stdin Read text input from stdin instead of a file. --stdout Write speech output to stdout. --voices=language List the available voices for the specified language. If language is omitted, then list all voices. FILES
The following files are used by espeak: /usr/lib/libespeak.so Library for espeak speech synthesis /usr/share/espeak-data Directory of voice language and data files ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWespeak | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ NOTES
espeak was written by Jonathan Duddington. SEE ALSO
orca(1), libespeak(3), libgnomespeech(3), attributes(5) Additional information is available from the following site: http://espeak.sourceforge.net/ SunOS 5.11 20 Aug 2008 espeak(1)
All times are GMT -4. The time now is 10:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy