Sponsored Content
Full Discussion: Capture scp output
Top Forums Shell Programming and Scripting Capture scp output Post 302149084 by porter on Tuesday 4th of December 2007 09:03:52 PM
Old 12-04-2007
That's a progress meter and would look awful if captured to a file as it contains cursor control codes.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Capture output from interactive script

I have written a menu driven script to walk users through bringing up and down an application process. Sometimes the user tells me the script does not work taking the application down, but he can't recall seeing an error message. Is there a way to capture std out and stderr out from an... (6 Replies)
Discussion started by: MizzGail
6 Replies

2. UNIX for Advanced & Expert Users

Capture output to file and printer

Hi All : I wanted a unix command by which I could be able to print the output to a file and at the same time to a printer. Any help will be greatly appreciated. Regards, Ramamurthy Dasari (1 Reply)
Discussion started by: rdasari
1 Replies

3. Shell Programming and Scripting

script to capture certain output

Hi All, I want to create a script that capture only Date & Time, Current CPU % usage, Disk % usage, Mem % usage and Top process based on this output; Data Collected: 05/17/08 17:19:49 Refresh Interval: 600 seconds GlancePlus Started/Reset: 05/17/08 08:19:45 B3692A GlancePlus... (18 Replies)
Discussion started by: fara_aris
18 Replies

4. Shell Programming and Scripting

Script to capture snoop output

Hi Everyone :), Need your advice as I'm new to UNIX scripting.. I'm trying to write a script to capture snoop output for 5 minutes for every hour for 24 hours. To stop snoop, I need to press Control-C to break it. This is what I got so far, but now I'm stuck! :confused: The script: # cat... (2 Replies)
Discussion started by: faraaris
2 Replies

5. Programming

capture the output of printf into another variable

Hi , I wonder if in java I can pipe the below output of the printf into a variable: System.out.printf(" This is a test %s\n", myVariable); I want to keep the output of the printf command to create my history array. Thanks. (2 Replies)
Discussion started by: arizah
2 Replies

6. Shell Programming and Scripting

How to capture output to log file

Hi I have a script that will run multiple unix & sql commands. I want to see the output as well as capture it to a log file for further analysis. Is there an easy way to do that instead of adding "tee -a logfile" on everyline or even on the execute line (i.e. script | tee -s logfile). Thanks (1 Reply)
Discussion started by: nimo
1 Replies

7. Shell Programming and Scripting

Want ro capture the debug in output file

I want to capture the debug for the below command in output file . i tried like this but its not working: sh -xv <scriptname> >> output.log i want the output in a log file. Anyone plz help in this (2 Replies)
Discussion started by: chakkaravarthy
2 Replies

8. Solaris

How to capture Output of truus command

Hi I want to check if some process is sleeping. I can see that in truss -p <pid> I want to capture output and check that output if proces sis sleeping. Please suggest way to capture output of truss command or other way to check if process is sleeping (1 Reply)
Discussion started by: ankush_mehra
1 Replies

9. Shell Programming and Scripting

Capture an USSD output then sms it

Hi, I need help. I want to capture an output from a USSD then sms it to a certain number for checking credits balance. I tried with this: echo "asterisk -rx 'gsm send ussd 1 *888#'"| asterisk -rx 'gsm send sms 1 0821733663' The *888# is the USSD, and the 0821733663 is destination number... (1 Reply)
Discussion started by: jazzyzha
1 Replies

10. UNIX for Beginners Questions & Answers

Grep -P does not capture the desired output

Hi, I'm trying to filter the following output to only display information about an alarm where the Status: corresponds to Set. -------------------------------------------------------- Description: hw_optics: RX POWER LANE-0 LOW ALARM Location: Optics0/0/0/21... (6 Replies)
Discussion started by: sand1234
6 Replies
vumeter(1)							   User Commands							vumeter(1)

NAME
vumeter - visual audio-level meter SYNOPSIS
vumeter [-r] [-s=ESD-server-host] [-v] [-x=x-position] [-y=y-position] [gnome-std-options] DESCRIPTION
vumeter provides a visual indication of the audio level of the audio device when esd, the enlightened sound daemon, is running. OPTIONS
The following options are supported: -r Act as a recording-level meter instead of an output-level meter. -s=ESD-server-hoConnect to the esd server on the host named ESD-server-host, and monitor the running esd daemon. If ESD-server-host is not specified, the default value is the local host. -v Display the meter in a vertical orientation. The meter is displayed horizontally by default. -x=x-position Create initial window with given horizontal offset, measured in pixels, from the left of the display. x-position is the number of pixels by which to offset the window. -y=y-position Create initial window with given vertical offset, measured in pixels, from the top of the display. y-position is the number of pixels by which to offset the window. gnome-std-optionStandard options available for use with most GNOME applications. See gnome-std-options(5) for more information. EXAMPLES
Example 1: Launching the Visual Audio-Level Meter example% vumeter EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/vumeter Executable for visual audio-level meter ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-media | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
Latest version of the GNOME Desktop User Guide for your platform. esd(1), gnome-std-options(5) NOTES
Written by Niall Power, Sun Microsystems Inc., 2004. SunOS 5.10 7 Sep 2004 vumeter(1)
All times are GMT -4. The time now is 11:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy