Sponsored Content
Top Forums Shell Programming and Scripting Need help putting output on one line Post 302629147 by Scrutinizer on Tuesday 24th of April 2012 11:14:08 AM
Old 04-24-2012
The awk is supposed to do that. What is your OS and version?


Code:
9993,10.10.50.0/24,blockAdminName="Username One",block_name="Servers",blockAdminEmail="username.one@people.com",blockAdminPhone="312-555-1212",blockAdminId="1234",blockSecName="Username Two",blockSecEmail="username.two@people.com",blockSecPhone="312-555-2121",blockSecId="7891",blockTechName="Username Three",blockTechEmail="username.three@people.com",blockTechPhone="312-555-1313",blockTechId="4567"
9992,10.10.40.0/24,block_name="unknown",blockAdminName="Username One",blockAdminEmail="username.one@people.com",blockAdminPhone="312-555-1212",blockAdminId="1234",blockSecName="Username Two",blockSecEmail="username.two@people.com",blockSecPhone="312-555-2121",blockSecId="7891",blockTechName="Username Three",blockTechEmail="username.three@people.com",blockTechPhone="312-555-1313",blockTechId="4567"
9991,10.10.30.0/24,block_name="unknown",blockAdminName="Username One",blockAdminEmail="username.one@people.com",blockAdminPhone="312-555-1212",blockAdminId="1234",blockSecName="Username Two",blockSecEmail="username.two@people.com"

 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Putting screen output in a log file

I want to output screen messages to a logfile when executing an automated script. I have tried the script and command to do this but with no luck. Thanks, Nicole (5 Replies)
Discussion started by: nsutti
5 Replies

2. Shell Programming and Scripting

Getting command output and putting into newfile

Hello All, I am using the below code: #!/bin/sh /omp/bin/TICLI "op:alarm,all" > filename for getting command output and then putting the output into newfile but the problem is this, that not the complete output goes into newfile and the script stops. for example: if this commands gives... (18 Replies)
Discussion started by: wakhan
18 Replies

3. Shell Programming and Scripting

Putting new line after certain number of character

Hi, I want, if a line is more than 80 characters length then put a new line with 4 space after each 80 characters to indent the data at same position. Input: 200 Geoid and gravity anomaly data of conjugate regions of Bay of Bengal and Enderby Basin: New constraints on breakup and early... (3 Replies)
Discussion started by: srsahu75
3 Replies

4. Shell Programming and Scripting

Putting multiple sed commands on a single line

Hi, I want to make sed write a part of fileA (first 7 lines) to file1 and the rest of fileA to file2 in a single call and single line in sed. If I do the following: sed '1,7w file1; 8,$w file2' fileA I get only one file named file1 plus all the characters following file1. If I try to use curly... (1 Reply)
Discussion started by: varelg
1 Replies

5. Shell Programming and Scripting

How to redirect the output to multiple files without putting on console

How to redirect the output to multiple files without putting on console I tried tee but it writes to STDOUT , which I do not want. Test.sh ------------------ #!/bin/ksh echo "Hello " tee -a file1 file2 ---------------------------- $>./Test.sh $> Expected output: -------------------... (2 Replies)
Discussion started by: prashant43
2 Replies

6. Shell Programming and Scripting

Putting echo output as input to stat

I have a string with escape differentiators as a result of searching for a file using find. Essentially find returned to my shell variable several absolute paths each ending with the file name and each path/file separated by \n. Echo recognizes the escape sequence and is able to print the paths... (3 Replies)
Discussion started by: Ebodee
3 Replies

7. Shell Programming and Scripting

putting color on output file script

do you have any simple script on how to change the color and font of a string in a script example echo "====================================" echo " sample color script" echo "====================================" echo " hello " echo " bye" on hello,... (3 Replies)
Discussion started by: lhareigh890
3 Replies

8. UNIX for Dummies Questions & Answers

Putting the Current -date in the Output File

Hi guys, Just want to ask how can I make a script that will perform like this. 1. Execute the command 2. Then the output of the command will be redirected to a file 2. The file that has been created will have a date on it equivalent to the date and time it was created (or maybe after the... (5 Replies)
Discussion started by: rymnd_12345
5 Replies

9. Shell Programming and Scripting

Identifying a sentence and putting it on a new line

I am revisiting the problem of sentence splitting. I have a Perl Script which splits a para into sentences, but acronyms and short forms create an issue #!/usr/bin/perl use feature qw/say/; use strict; use warnings; my $s; my @arr; while(<>) { chomp $_; $s .= $_ . " "; } @arr... (2 Replies)
Discussion started by: gimley
2 Replies

10. UNIX for Beginners Questions & Answers

Get an output of lines in pattern 1st line then 10th line then 11th line then 20th line and so on.

Input file: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 (6 Replies)
Discussion started by: Sagar Singh
6 Replies
fence_rackswitch(8)					      System Manager's Manual					       fence_rackswitch(8)

NAME
fence_rackswitch - I/O Fencing agent for RackSaver RackSwitch SYNOPSIS
fence_rackswitch [OPTION]... DESCRIPTION
fence_rackswitch is an I/O Fencing agent which can be used with the RackSaver RackSwitch. It logs into the RackSwitch and boots a speci- fied plug. Using the http interface to the RackSwitch should be avoided while a GFS cluster is running because the connection may inter- fere with the operation of this agent. fence_rackswitch accepts options on the command line as well as from stdin. fenced sends the options through stdin when it execs the agent. fence_rackswitch can be run by itself with command line options which is useful for testing. Vendor URL: http://www.bladenetwork.net OPTIONS
-a IPaddress IP address of the switch. -h Print out a help message describing available options, then exit. -n plug The plug number to power cycle. -p password Password for login. -S path Full path to an executable to generate the password for login. -l username Username for login. -q Quiet operation. Only print out error messages. -V Print out a version message, then exit. STDIN PARAMETERS
agent = < param > This option is used by fence_node(8) and is ignored by fence_rackswitch. ipaddr = < ip > IP address of the switch. username = < param > Username for login. password = < param > Password for login. passwd_script = < param > Full path to an executable to generate the password for login. port = < param > The port (outlet) number to act upon. SEE ALSO
fence(8), fence_node(8) fence_rackswitch(8)
All times are GMT -4. The time now is 09:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy