Sponsored Content
Full Discussion: grep -v 13 zeros in a string
Top Forums Shell Programming and Scripting grep -v 13 zeros in a string Post 302678739 by MarkSeger on Sunday 29th of July 2012 04:08:49 PM
Old 07-29-2012
but wait, what;s with the --hr 100? Are you trying to eliminate all but the first header? if so there's a switch for that too! --hr -1 suppresses all headers (btw - being lazy also invented hr to avoid typing headerrepeat Smilie), --hr 0 prints a single header and anything >0 repeats the header. generally when I find the need to do something different, I just invent a new switch. wait til you see the next version Smilie

It might be more interesting to tell me what you're trying to do and there might even be some more switches to help you out. for example if you're trying to generate output to load into mysql, maybe -P format would be more suitable.

also, how long do you want this command to run for and are the sampling intervals what you want? since this is actually interactive mode, you're sampling disk data every second and process data every 60. you can certainly change those but I often find it more useful to just run as a daemon and letting it run all the time. then, if you just want process/disk data, play back what was recorded and just display the subset you want. you may think you only want process/disk data now, but what if there's a problem and you wish you also had network, memory, etc at least recorded if not loaded into mysql?

-mark
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Remove O and preceeding zeros in a string

Hi all, Can anybody help me out to write a program in perl to remove O and preceeding zeros. for eg input is O0000123089 - output 123089 Thanks Mahalakshmi.A (10 Replies)
Discussion started by: mahalakshmi
10 Replies

2. Shell Programming and Scripting

Grep a string and print a string from the line below it

I know how to grep, copy and paste a string from a line. Now, what i want to do is to find a string and print a string from the line below it. To demonstrate: Name 1: ABC Age: 3 Sex: Male Name 2: DEF Age: 4 Sex: Male Output: 3 Male I know how to get "3". My biggest problem is to... (4 Replies)
Discussion started by: kingpeejay
4 Replies

3. UNIX for Dummies Questions & Answers

| help | unix | grep - Can I use grep to return a string with exactly n matches?

Hello, I looking to use grep to return a string with exactly n matches. I'm building off this: ls -aLl /bin | grep '^.\{9\}x' | tr -s ' ' -rwxr-xr-x 1 root root 632816 Nov 25 2008 vi -rwxr-xr-x 1 root root 632816 Nov 25 2008 view -rwxr-xr-x 1 root root 16008 May 25 2008... (7 Replies)
Discussion started by: MykC
7 Replies

4. Shell Programming and Scripting

Grep for a string and then grep using a string from that result

Hello, Thanks in advance for the query. There is a log file abcd.log which has multible line like this. "hello1" , "hello2", "hello3" , "hello4" , "hello5" I want to grep for the lines which has "hello4" & "hello5" and use "hello2" to grep the same log file again. All these should... (8 Replies)
Discussion started by: kzenthil
8 Replies

5. Shell Programming and Scripting

grep on string and printing line after until another string has been found

Hello Everyone, I just started scripting this week. I have no background in programming or scripting. I'm working on a script to grep for a variable in a log file Heres what the log file looks like. The x's are all random clutter xxxxxxxxxxxxxxxxxxxxx START: xxxxxxxxxxxx... (7 Replies)
Discussion started by: rxc23816
7 Replies

6. Shell Programming and Scripting

Grep a string and write a value to next line of found string

Hi, I have two variables x and y. i need to find a particular string in a file, a workflow name and then insert the values of x and y into the next lines of the workflow name. basically it is like as below wf_xxxxxx $$a= $$b= $$c= figo $$d=bentley i need to grep the 'wf_xxxx' and then... (6 Replies)
Discussion started by: angel12345
6 Replies

7. Shell Programming and Scripting

Grep a string from input file and delete next three lines including the line contains string in xml

Hi, 1_strings file contains $ cat 1_strings /home/$USER/Src /home/Valid /home/Review$ cat myxml <projected value="some string" path="/home/$USER/Src"> <input 1/> <estimate value/> <somestring/> </projected> <few more lines > <projected value="some string" path="/home/$USER/check">... (4 Replies)
Discussion started by: greet_sed
4 Replies

8. Shell Programming and Scripting

grep exact string from files and write to filename when string present in file

I am attempting to grep an exact string from a series of files within a directory and append that output to the filename when it is present in the file. I've been after this all day with no luck. Thanks for your help in advance :wall:. (4 Replies)
Discussion started by: JC_1
4 Replies

9. Shell Programming and Scripting

Grep string in files and list file names that contain the string

Hi, I have a list of zipped files. I want to grep for a string in all files and get a list of file names that contain the string. But without unzipping them before that, more like using something like gzcat. My OS is: SunOS test 5.10 Generic_142900-13 sun4u sparc SUNW,SPARC-Enterprise (8 Replies)
Discussion started by: apenkov
8 Replies

10. Shell Programming and Scripting

Grep a string and count following lines starting with another string

I have a large dataset with following structure; C 0001 Carbon D SAR001 methane D SAR002 ethane D SAR003 propane D SAR004 butane D SAR005 pentane C 0002 Hydrogen C 0003 Nitrogen C 0004 Oxygen D SAR011 ozone D SAR012 super oxide C 0005 Sulphur D SAR013... (3 Replies)
Discussion started by: Syeda Sumayya
3 Replies
convert(1)						      General Commands Manual							convert(1)

NAME
convert - convert an audio file SYNOPSIS
[source_file] [target_file] [] [] [] [] [] [] [] DESCRIPTION
This command converts audio files from one supported file format, data format, sampling rate, and number of channels to another. The unconverted file is retained as a source file. are the file formats for the source and destination files. Each format can be one of these: Sun file format NeXT file format Microsoft RIFF Waveform file format MuLaw format ALaw linear 16-bit format offset (unsigned) linear 8-bit format linear 8-bit format If you omit uses the header or filename extension in the source file. You can omit if you supply a filename extension for the des- tination file. is the data type for the destination files. data_type can be one of these: MuLaw ALaw linear 16-bit offset (unsigned) linear 8-bit data linear 8-bit data If you omit uses an appropriate data type, normally the data type of the source file. are the number of samples per second for the source and destination file. Typical sampling rates range from 8 to 11k (for voice quality) to 44,100 (for CD quality). You can use to indi- cate thousands. For example, means 8,000 samples per second. If you omit uses a rate defined by the source file header or its filename extension. For a raw file with no extension, 8,000 is used. By playing the file, you can determine if 8,000 samples is too fast or too slow. If you omit uses a sampling rate appropriate for the destination file format; if possible, it matches the sampling rate of the source file. are the number of channels in the source and destination files. Use for mono; for stereo. If is omitted, uses the information in the header; for raw data files, it uses mono. If is omitted, matches what was used for the source file (through the header or option); for raw data files, it uses mono. EXAMPLES
Convert a raw data file to a headered file. Convert a raw data file to a headered file when the source has no extension, was sampled at 11,025 per second, and has stereo data. To save disk space, convert an audio file with CD quality sound to voice quality sound. AUTHOR
was developed by HP. Sun is a trademark of Sun MicroSystems, Inc. NeXT is a trademark of NeXT Computers, Inc. Microsoft is a trademark of Microsoft Corporation. SEE ALSO
audio(5), asecure(1M), aserver(1M), attributes(1), send_sound(1). convert(1)
All times are GMT -4. The time now is 01:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy