Search Results

Search: Posts Made By: shajay12
804
Posted By shajay12
what is $fsout ?? in 4th line, that is causing...
what is $fsout ?? in 4th line, that is causing problem
1,134
Posted By shajay12
If -prune doesn't work for you, this will: ...
If -prune doesn't work for you, this will:
Please use code html tags

find -name "*.js" -not -path "./directory/*"

---------- Post updated at 05:13 AM ---------- Previous update was at 05:12 AM...
14,386
Posted By shajay12
$ sudo apt-get install mailutils # yum install...
$ sudo apt-get install mailutils
# yum install mailx

echo "Message Body Here" | mail -s "Subject Here" user@example.com -A backup.xls


$ mail -s "Subject here" -t user@example.com -A...
904
Posted By shajay12
this article says more about sendmail to specific...
this article says more about sendmail to specific host.

Force sendmail to route mail to specific hosts or mailserver - nixCraft...
920
Posted By shajay12
first install rsync CentOS 6.4: sudo yum...
first install rsync
CentOS 6.4:

sudo yum install rsync
Debian/Ubuntu:

sudo apt-get install rsync

Please user rsync command and transfer file using this command

rsync -avzhe ssh...
746
Posted By shajay12
this Article says more about sendmail to specific...
this Article says more about sendmail to specific host. Please read it.

Force sendmail to route mail to specific hosts or mailserver - nixCraft...
5,482
Posted By shajay12
Thanks Jim, I had missed a double quotes "in...
Thanks Jim,

I had missed a double quotes "in echo command, so i was getting this error. now its resolved.
5,482
Posted By shajay12
Getting this error syntax error near unexpected token `)'
Hi Everyone,

my script was running Ok, but suddenly it started giving this error.

./update_env_bi.sh: line 54: syntax error near unexpected token `)'
./update_env_bi.sh: line 54: `sed -i...
1,139
Posted By shajay12
Thank You RudiC Sir, Your code works....
Thank You RudiC Sir,

Your code works. Great.

I will try to master SED and AWK commands.
1,139
Posted By shajay12
Hi MadeInGermany, Sir, this code make...
Hi MadeInGermany,

Sir, this code make changes in another line also

Like this 2 line get changed

<param name="user" value="CORE_BI"/>
<param name="password" value="CORE_BI"/>

in both...
1,139
Posted By shajay12
sed find 2 strings and replace one
Hi Everyone,

I want to find this 2 strings in a single line a file and replace the second string.

this is the line i need to find
<param name="user" value="CORE_BI"/>
find user and CORE_BI...
941
Posted By shajay12
this below cron will work. 0 0 2-31/2 * ...
this below cron will work.

0 0 2-31/2 * * command2
1,143
Posted By shajay12
Thanks Rudic Sir, your code works. Thanks to...
Thanks Rudic Sir, your code works.

Thanks to you. Great.

---------- Post updated at 06:21 AM ---------- Previous update was at 06:20 AM ----------

Rudic Sir, I will also answer questions on...
1,143
Posted By shajay12
Rudic Sir, * represents everything. and * is...
Rudic Sir,

* represents everything. and * is also used for path name expansion.

Sir, this is the entire line

<param name="url"...
1,143
Posted By shajay12
sed find replace after HOST string
Hi Everyone,

I have a xml file, where i need to find this
HOST=dbhost.domain.com
and then replace only
dbhost.domain.com with db.one.in

so finally it should like this

HOST=db.one.in...
Showing results 1 to 15 of 15

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