Sponsored Content
Full Discussion: I need a reply
Top Forums UNIX for Dummies Questions & Answers I need a reply Post 302451140 by Corona688 on Sunday 5th of September 2010 11:07:30 PM
Old 09-06-2010
The more utility may also do what you want, on systems where it isn't just linked to the less command.
 

8 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

reply timer

Neo, can u please shorten the reply timer to like 1 min or so. It is prolly just me but i end up passing on replying to posts due to i hate waiting for my timer to reset w/ a 2.5 mins wait. (2 Replies)
Discussion started by: Optimus_P
2 Replies

2. UNIX for Dummies Questions & Answers

Auto reply

hi I am using Pine to recive my mails. Can any one help out how i can effectivley use the auto reply. The auto reply should not for all of my mails recieved. It should be for some mail ids which i have specified. Is there any way to do? Thanks in advance (1 Reply)
Discussion started by: Muthukumaran
1 Replies

3. UNIX for Advanced & Expert Users

Plz reply..whether it is possible or not?

HELLO GUYS, How u all guys doing?Recently I brought a system and installed Red Hat Linux in it. I have also got a network card. My question is can i connect NIC to my system and use it as a client? I really don't want to buy another system. I want to use this computer/system both as server and... (3 Replies)
Discussion started by: cyno
3 Replies

4. UNIX for Dummies Questions & Answers

sending reply to the mail

Hi, How to send reply to a mail in unix? I send mail using the following command, mail -s "subject" <reciepent name> my messages here . But I coudn't know how to reply to the mail which i recieved. Also, I tried this between users in the same server.Can we send mail from a user in one... (1 Reply)
Discussion started by: arthi
1 Replies

5. HP-UX

narrow down reply from cmviewcl

Hi there all, I have a little problem I got a package called epdp and I got 1 called pd (wich is Data Protector) If I am writing a script to get the status of packages. how can I get only the reply from dp? Now if I do cmviewcl -v |grep pdI get epdp and pd. (2 Replies)
Discussion started by: draco
2 Replies

6. Shell Programming and Scripting

Empty reply from server

Hi, I call a .php page using curl (cron setting) It does complete the data processing only 50% and returns an error Empty reply from server. I can't figure it out why do I get that error. # cat /var/log/curl_cron.log % Total % Received % Xferd Average Speed Time Time Time ... (1 Reply)
Discussion started by: shantanuo
1 Replies

7. Post Here to Contact Site Administrators and Moderators

Reply to thread I started 8 May 09 gone

And frankly, I'm a bit miffed by it. I had thanked the person who suggested a solution to the issue, pasted code to a shell script that may have helped other users, and was courteous, witty and all that the best forum admins look for in a member/contributor/poster. Now it's gone, with no... (1 Reply)
Discussion started by: SilversleevesX
1 Replies

8. How to Post in the The UNIX and Linux Forums

Not able to reply to a post

I have a trouble here. I posted couple of questions and got some reply but when i go ahead and do a reply/quick reply to the question asked it doesn't goes. it simply keep on displaying the message "Posting quick reply please wait" and that wait never ends. I am not able to do a reply :(... (3 Replies)
Discussion started by: Sharma331
3 Replies
time(1) 						      General Commands Manual							   time(1)

NAME
time - time a command SYNOPSIS
command utility [argument ...] DESCRIPTION
When a specified command or utility completes execution, prints the elapsed time during the command or utility, the time spent in the sys- tem, and the time spent executing the command or utility. Times are reported in seconds. Execution time can depend on the performance of the memory in which the program is running. The times are printed to standard error. Note that the shell also has a keyword that times an entire pipeline if used anywhere in the pipeline. This action is different than the command which times a particular command if used in a pipeline. Options recognizes the following options: command The command to be executed and timed. Writes the timing statistics to standard error. utility The name of a utility to be invoked and timed. If the utility operand names any of the shell special built-in utilities, the time results are undefined. See csh(1) and ksh(1) for information about special built-in utilities. argument Any string that is an argument to the utility. SEE ALSO
csh(1), ksh(1), sh(1), timex(1), times(2). STANDARDS CONFORMANCE
time(1)
All times are GMT -4. The time now is 09:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy