The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
How to list the Autosys jobs thats in failure status using Shell Script supragna UNIX for Dummies Questions & Answers 5 11-12-2008 07:12 PM
How to list the Autosys jobs thats in failure status using Shell Script supragna Shell Programming and Scripting 0 06-24-2008 05:21 AM
How to Run a shell script from Perl script in Parent shell? hifake Shell Programming and Scripting 16 08-28-2007 08:42 PM
checking exit status of a shell script kdipankar Shell Programming and Scripting 2 05-09-2006 01:08 AM
status of perl script in another ... jo_aze Shell Programming and Scripting 4 08-05-2003 08:19 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 11-15-2008
learnbash learnbash is offline
Registered User
  
 

Join Date: Mar 2008
Posts: 96
status bar in shell script or perl

How To Generate different different progress bar in shell script?

like we install some software it show us progress, like we install RPM that also show us progress.

Thanks,
Bash
  #2 (permalink)  
Old 11-16-2008
Christoph Spohr Christoph Spohr is offline
Registered User
  
 

Join Date: Sep 2008
Posts: 205
Hi,

something like this?

[code]
for i in {1..100}; do echo $i;sleep 1; done | dialog --guage "A guage demo" 6 70 0
[code]

Kind regards

Chris
  #3 (permalink)  
Old 11-16-2008
elbrand elbrand is offline
Registered User
  
 

Join Date: Apr 2008
Location: Wolfenbuettel/Germany
Posts: 12
status bar in shell script or perl

...or by foot...

echo "" | awk '{printf("%22s\r[", "]")}' ; for i in {1..20} ; do echo -n '*' ; sleep 1; done ; echo ""
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 06:31 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0