Search Results

Search: Posts Made By: sridanu
3,112
Posted By sridanu
well basically im passing it to awk to generate a...
well basically im passing it to awk to generate a report. But before doing that i want to enter into a Log file the name of the file being processed

eg: Processing file <FILENAME>
...
...

i...
14,639
Posted By sridanu
hi thanks for the reply uuencode atch.out...
hi thanks for the reply

uuencode atch.out atch | cat body - | mailx -s "subject line" me@you.com

when i send the mail using the above comand (i used mail not mailx) it sends the html (which is...
3,112
Posted By sridanu
thankx for the reply Well i can but its...
thankx for the reply

Well i can but its against the policy of my workplace. I would prefer if there was a simpler way of getting the filename in the way that i am calling the script
14,639
Posted By sridanu
Sending email with attachment and body
Hi

I want to able to attach a file to a email and send it with a body

the body of the email is within the "body" file, and the attachment in "atch"

if i send like below it will send the...
3,112
Posted By sridanu
Getting the file name passed to a shell script
Hi all

I want to use the filename passed into a shell script within the shell it self. The file will be passed as shown below


./myScript < myFile.file


i tried $1 but i think since...
25,550
Posted By sridanu
Thankx the sed command worked :)
Thankx the sed command worked :)
25,550
Posted By sridanu
Thanks for the speedy reply but i sort of...
Thanks for the speedy reply

but i sort of forgot to mention that the file may include non alphanumaric values as well
for eg:


@3323##
##4232$#


i need them filtered out as well

and...
25,550
Posted By sridanu
AWK regex to find only numbers
Hi guys

I need to find both negative and positive numbers from the following text file. And i also dont need 0.

0
8
-7
-2268
007
-07
-00
-0a0
0a0
-07a0
7a00
0a0


Can someone...
Showing results 1 to 8 of 8

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