Sponsored Content
Full Discussion: perl line needing a tweak
Top Forums Shell Programming and Scripting perl line needing a tweak Post 302649651 by richsark on Thursday 31st of May 2012 11:16:56 PM
Old 06-01-2012
Hey, Thanks for that, I just ran it...

I cant seem to understand why the below does not come out in the routine. This is just one I hand picked. Not sure if there are more
Code:
hostrecord,rich.sark.com,,10.8.2.1,,,,,,,True,,False,,,,,,,,,,,,,default
hostaddress,10.8.2.1,,rich.sark.com,,,,False,,,,,,,,,,,,default

Here is a small excerpt
Code:
hostrecord,acf0535r01.homeoffice.anfcorp.com,,10.8.202.10,,,,,,,True,,False,,,,,,,,,,,,,default
hostaddress,10.8.202.10,,acf0535r01.homeoffice.anfcorp.com,,,,False,,,,,,,,,,,,default
hostrecord,acf0535r02.homeoffice.anfcorp.com,,10.8.202.11,,,,,,,True,,False,,,,,,,,,,,,,default
hostaddress,10.8.202.11,,acf0535r02.homeoffice.anfcorp.com,,,,False,,,,,,,,,,,,default
hostrecord,acf0535r03.homeoffice.anfcorp.com,,10.8.202.12,,,,,,,True,,False,,,,,,,,,,,,,default
hostaddress,10.8.202.12,,acf0535r03.homeoffice.anfcorp.com,,,,False,,,,,,,,,,,,default
hostrecord,acf0535r04.homeoffice.anfcorp.com,,10.8.202.13,,,,,,,True,,False,,,,,,,,,,,,,default
hostaddress,10.8.202.13,,acf0535r04.homeoffice.anfcorp.com,,,,False,,,,,,,,,,,,default
hostaddress,10.11.18.3,,a10792-prnt01.stores.anfcorp.com,,,,False,,,,,,,,,,,,default
hostrecord,a10793-prnt01.stores.anfcorp.com,,10.10.133.131,,,,,,,True,,False,,,,,,,,,,,,,default
hostaddress,10.9.22.55,,a10935-prnt01.stores.anfcorp.com,,,,False,,,,,,,,,,,,default
hostrecord,a10935-prnt02.stores.anfcorp.com,,10.1.96.24,,,,,,,True,,False,,,,,,,,,,,,,default


Last edited by Franklin52; 06-01-2012 at 03:41 AM.. Reason: Please use code tags for data and code samples
 

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Needing a line feed for windows app

I wrote a program to format data with awk. This file will goto a windows machine and loaded into a windows app. The vendor said adding a line feed would help, but it would work as is. I am already doing a /n, will putting on the /r give the windows person what he wants. Thanks. (5 Replies)
Discussion started by: benefactr
5 Replies

2. UNIX for Dummies Questions & Answers

Intern needing to convert bash to perl.

Hello All. I am very new to Linux and I am currently interning. I have been working on a project for a week and I have had no success. I have to convert bash shell into perl to decrypt and store files. Here is the code in Linux and Bash. Any help would be greatly appreciated. $... (0 Replies)
Discussion started by: freak
0 Replies

3. Shell Programming and Scripting

How to tweak up

I have a script like this: while read abbrev; do sed 's/'$(echo "$abbrev" | tr "" "")'/'"$abbrev"'/g' 'output_rgt.'$$ >'tmp.'$$ mv 'tmp.'$$ 'output_rgt.'$$ done<'dict.shortcuts.'$$ And I don't know how to leave "mv" out. ('dict.shortcuts.'$$ may be... (14 Replies)
Discussion started by: MartyIX
14 Replies

4. Shell Programming and Scripting

Needing to wait for a line on screen and then give input repeatedly

So I have a weird question for my unix shell script. I wrote a shell script that does several things, but one of the things it does is call an executable. The executable then proceeds to start asking me questions, which it won't proceed until an input is entered. The answer to the questions is... (4 Replies)
Discussion started by: HelpMeProgram
4 Replies

5. Shell Programming and Scripting

SED script needs tweak

I have a SED script that has worked for years, but broke today due to a new variable in a remote file. This is the part of the script that now won't work: sed "s|/directory/overview.gif|/directory/img/overview2.gif|g" | \ The path /directory/overview.gif is no longer static as it had been... (2 Replies)
Discussion started by: dockline
2 Replies

6. Shell Programming and Scripting

Perl find command tweak

i use the following command to find files that were recently updated within the last hour: perl -MFile::Find -le' find { wanted => sub { -f and 3600 / 86400 >= -M and print $File::Find::name; } }, shift' /var/app/mydata/ this command works well. however, it seems to also search directories... (1 Reply)
Discussion started by: SkySmart
1 Replies

7. UNIX for Beginners Questions & Answers

Tar.gz help - Need to tweak

Hi Guys - I need help tweaking my tar.gz process. Currently, I compress all files in a directory, in which the parent directory is included in that. I only want to compress the "*.txt" files in the follow process: tar -zcvf ${_ESSB_TAR_PATH}/Essbase_Exports_${_DATETIMESTAMP}.tar.gz -C /... (3 Replies)
Discussion started by: SIMMS7400
3 Replies
PAPS(1) 						      General Commands Manual							   PAPS(1)

NAME
paps - UTF-8 to PostScript converter using Pango SYNOPSIS
paps [options] files... DESCRIPTION
paps reads a UTF-8 encoded file and generates a PostScript language rendering of the file. The rendering is done by creating outline curves through the pango ft2 backend. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. --landscape Landscape output. Default is portrait. --columns=cl Number of columns output. Default is 1. Please notice this option isn't related to the terminal length as in a "80 culums terminal". --font=desc Set the font description. Default is Monospace 12. --rtl Do right to left (RTL) layout. --paper ps Choose paper size. Known paper sizes are legal, letter and A4. Default is A4. Postscript points Each postscript point equals to 1/72 of an inch. 36 points are 1/2 of an inch. --bottom-margin=bm Set bottom margin. Default is 36 postscript points. --top-margin=tm Set top margin. Default is 36 postscript points. --left-margin=lm Set left margin. Default is 36 postscript points. --right-margin=rm Set right margin. Default is 36 postscript points. --gutter-width=gw Set gutter width. Default is 40 postscript points. --help Show summary of options. --header Draw page header for each page. --markup Interpret the text as pango markup. --lpi Set the lines per inch. This determines the line spacing. --cpi Set the characters per inch. This is an alternative method of specifying the font size. --stretch-chars Indicates that characters should be stretched in the y-direction to fill up their vertical space. This is similar to the texttops behaviour. AUTHOR
paps was written by Dov Grobgeld <dov.grobgeld@gmail.com>. This manual page was written by Lior Kaplan <kaplan@debian.org>, for the Debian project (but may be used by others). April 17, 2006 PAPS(1)
All times are GMT -4. The time now is 03:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy