Search Results

Search: Posts Made By: rafa_fed2
1,435
Posted By rafa_fed2
Ok but how is 'y' being used in the script?
Ok but how is 'y' being used in the script?
1,435
Posted By rafa_fed2
Script issue
Hi Folks,

I am going through a sample script which is not working.

Also i want to understand the certain syntaxes

#!/bin/sh
clear
x="y"
echo "enter ur 1st no."
read n1
echo "enter...
Forum: UNIX and Linux Applications 03-10-2014
1,819
Posted By rafa_fed2
Sendmail
Hi All,

What is Sendmail.cf?
What is it's significance?
2,655
Posted By rafa_fed2
yes.I am sure. echo '12#abcd!@' | tr -cd...
yes.I am sure.
echo '12#abcd!@' | tr -cd '[a-zA-Z]'

---------- Post updated at 04:29 PM ---------- Previous update was at 04:28 PM ----------




i mean what is the meaning of [^a-zA-Z]
2,655
Posted By rafa_fed2
Thanks it is working can you please explain ...
Thanks it is working

can you please explain
[^a-zA-Z]*
2,655
Posted By rafa_fed2
Hi Paarth, I am getting #abcd!@ i want...
Hi Paarth,

I am getting
#abcd!@
i want to remove special characters too
2,655
Posted By rafa_fed2
i get nothing as output
i get nothing as output
2,655
Posted By rafa_fed2
I am getting an error echo "12#abcd!@" |...
I am getting an error


echo "12#abcd!@" | tr -cd 'a-zA-Z'
bash: !@": event not found
2,655
Posted By rafa_fed2
Thanks i have some data like 12#abcd!@...
Thanks


i have some data like
12#abcd!@ -->abcd

ie output should only consider of characters
2,655
Posted By rafa_fed2
Remove numbers
how to remove all numbers from this.Using sed command
1. abcd123
2. 312jjs33
Forum: Solaris 02-25-2014
2,204
Posted By rafa_fed2
Dynamic process
Command to check
1)the dynamic process in Solaris.
2)The time from which the server is running.
4,802
Posted By rafa_fed2
yes but thats not an issue. can you just...
yes but thats not an issue.

can you just tell me how to send proper formatted csv file to email
4,802
Posted By rafa_fed2
Mail a formatted csv file
I have the below script
i am getting the csv in garbled format.Please suggest the changes.
SUNOS





#######################################################################
####MAIN SCRIPT...
1,655
Posted By rafa_fed2
Thanks Lucas that works :D
Thanks Lucas that works :D
1,655
Posted By rafa_fed2
what does g mean?
what does g mean?
1,655
Posted By rafa_fed2
[QUOTE=Akshay Hegde;302889368]Try : sed...
[QUOTE=Akshay Hegde;302889368]Try :

sed 's/\$/RS/g' <table.txt

Can you explain it please ?


's/\$/RS/g'
1,655
Posted By rafa_fed2
sed command
I want to replace $ with Rs.
table.txt

1, Justin Timberlake, Title 545, Price $7.30
2, Taylor Swift, Title 723, Price $7.90
3, Mick Jagger, Title 610, Price $7.90
4, Lady Gaga, Title 118,...
965
Posted By rafa_fed2
How to implement the above logic in find...
How to implement the above logic in


find / -name "*.sh" -exec grep -li "text_to_search" '{}' \;
965
Posted By rafa_fed2
Help with find command
I am using the below command to searc a file from all directories.


find / -name "b.sh" ----searches file from root directory



But i want to hide these messages

find: cannot read...
3,027
Posted By rafa_fed2
cat <<EOF | ( cat -; uuencode ...
cat <<EOF | ( cat -; uuencode /arbor/fx1/rraj/s1.csv /arbor/fx1/rraj/s2.csv) | mailx -s "Activity Log" abc@xyz.com
Hello !!!

How are you?PFA for the file.

Regards
Rahul
EOF



I am...
3,027
Posted By rafa_fed2
Yes got it thanks. Can you also show me an...
Yes got it thanks.

Can you also show me an example of sending 2 csv files s1.csv and s2.csv.
I mean in a script as i want to automate the process.This is my first time with mailx command:D
3,027
Posted By rafa_fed2
Can you please show the example by modifying my...
Can you please show the example by modifying my code.
3,027
Posted By rafa_fed2
How?? Please show the full syntax ...
How??
Please show the full syntax

---------- Post updated at 11:56 AM ---------- Previous update was at 11:53 AM ----------



SYNTAX ERROR

./mail_test.sh: line 11: syntax error near...
3,027
Posted By rafa_fed2
Not able to send attachment with the email
Hi All,
The below code is working fine for me.

mailx -s hello abc@xyz.com <<EOT

Hello !!!

How are you?

Regards
Rahul
EOT


But i am not able to send csv file with the mail...
7,323
Posted By rafa_fed2
This DSmail.mycompanyname.com #...
This
DSmail.mycompanyname.com
# Return-Receipt-To: header implies DSN request
# DHParameters (only required if DSA/DH is used)
Showing results 1 to 25 of 156

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