Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Refresh ls list on screen (auto-refresh)? Post 302071012 by mahendramahendr on Tuesday 11th of April 2006 10:57:09 AM
Old 04-11-2006
while [ 1 ]
do
clear
ls -lrt
sleep 60
done

run the above commands in ksh command line prompt to autorefresh in screen
 

8 More Discussions You Might Find Interesting

1. Linux

How to increase refresh rate

Hi, I am using fc3, and I would like to know how to increase monitor refresh rate. I have tried "Applications" > "Preferences" > "Screen Resolution" but I can't seem to increase greater than 85Hz. I have tried to edit /etc/X11/xorg,conf but not sure how to... So here is my file. How... (6 Replies)
Discussion started by: armen
6 Replies

2. AIX

Refresh window?

Hi, for my first time using AIX, I haven't had much luck and I was wondering if I could get some urgent help. I had a terminal open and had allocated some space to a new volume group and then logical partition to "/foldername". I then went to go to netscape, so I typed that in the terminal and it... (0 Replies)
Discussion started by: JimmyFo
0 Replies

3. UNIX for Dummies Questions & Answers

refresh user profile

Scenario: a non-root user is under primary group "devel" and I change their primary group to "nondevel"; I then want to be able to give the user a command which refreshes their user profile so that any new files created under their session are assigned to the new group. What is the command for... (1 Reply)
Discussion started by: dhinge
1 Replies

4. Shell Programming and Scripting

refresh ps ax |grep using a script

hi all I want to refresh ps ax |grep something using a script every n seconds. Plz advise how to do that. (2 Replies)
Discussion started by: coolatt
2 Replies

5. Programming

ncurses refresh()

i have read in one of links, there its documented but i am using following code int main () { char ch; initscr(); printw("Enter a char :"); ch=getch(); printw("You Entered '%c' ",ch); getch(); endwin(); return 0; } the code does... (2 Replies)
Discussion started by: MrUser
2 Replies

6. UNIX for Dummies Questions & Answers

Auto Refresh iptables's webmin settings

Hello people :) Here it's a simple thing to do, but really hard for me ^^' I use webmin and don't want to stop use it, but I'm stucked with something ... I search how refresh webmin's iptables rules ??? Some details about my problem : I ban a range of ip, because of users using dynamic... (0 Replies)
Discussion started by: WolwX
0 Replies

7. Programming

Motif Application will not refresh

I have a Motif Application created with XtVaAppInitialize. I have two field widgets, created with XmCreateTextField. Now when I programmatically change the data in any of the two fields, the widgets don't get refreshed, only after a mouse over. I have tried anything, from including the "xrefresh"... (4 Replies)
Discussion started by: JenniferKuiper
4 Replies

8. IP Networking

C - IP change during a hardware refresh?

Hi All, I was told to perform analysis for IP change during a hardware refresh? Does the IP change when a hardware refresh is performed? if Yes, why? (5 Replies)
Discussion started by: visitsany
5 Replies
times(1)							   User Commands							  times(1)

NAME
times - shell built-in function to report time usages of the current shell SYNOPSIS
sh times ksh times DESCRIPTION
sh Print the accumulated user and system times for processes run from the shell. ksh Print the accumulated user and system times for the shell and for processes run from the shell. On this man page, ksh(1) commands that are preceded by one or two * (asterisks) are treated specially in the following ways: 1. Variable assignment lists preceding the command remain in effect when the command completes. 2. I/O redirections are processed after variable assignments. 3. Errors cause a script that contains them to abort. 4. Words, following a command preceded by ** that are in the format of a variable assignment, are expanded with the same rules as a vari- able assignment. This means that tilde substitution is performed after the = sign and word splitting and file name generation are not performed. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ SEE ALSO
ksh(1), sh(1), time(1), attributes(5) SunOS 5.10 15 Apr 1994 times(1)
All times are GMT -4. The time now is 02:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy