Search Results

Search: Posts Made By: asulli01
41,027
Posted By asulli01
Hi, Thats not really what i need cause i still...
Hi,
Thats not really what i need cause i still need 1 blank line.

I found this - it removes duplicate, consecutive lines
awk 'a !~ $0; {a=$0}'


would you know how to change it to remove...
41,027
Posted By asulli01
The loops keeps appending to the same file so the...
The loops keeps appending to the same file so the echo command adds a line between each loop. if i remove it i get no line seperators.

This is what i am getting now (using 'echo...'):
...
41,027
Posted By asulli01
Hi. That worked - thanks. My problem now...
Hi.
That worked - thanks.

My problem now is that everytime it goes through the loop it adds a line, which is ok if there is output. My problem is that i am now getting 3 to 4 blank lines so i now...
41,027
Posted By asulli01
foreach statement in ksh
Hi,
My script should run through all subdirs recursively in SUBDIR_LIST, run a clearcase command in each subdir, print to the merge_results1.txt and add a new line to the results before going to the...
6,557
Posted By asulli01
Thanks folks - that worked a treat!
Thanks folks - that worked a treat!
6,557
Posted By asulli01
Send an e-mail using ksh
Hi,

I have a small script that outputs to a text file. I need to e-mail the contents of the text file to a mail alias. However, I cannot seem to get the script to print the 'subject', my script...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 01:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy