Search Results

Search: Posts Made By: rajesh_pola
3,938
Posted By rajesh_pola
Hi Zaxxon, can you please explain me how to...
Hi Zaxxon,

can you please explain me how to add code tag while posting any queries....

Rajesh
3,938
Posted By rajesh_pola
file time stamp
Hi All,

I am facing small problem.
i want to print file time stamp on which date file has placed in the server.
i have given some code but its not giving the year.

any help appreciated.
...
2,022
Posted By rajesh_pola
after lcd its hanging.. can you please check...
after lcd its hanging..
can you please check it..?
2,022
Posted By rajesh_pola
Thank you for your reply zaxxon. I didn't get...
Thank you for your reply zaxxon.
I didn't get any error and its hanging while executing..
don't know the mistake in the script.

Regards
Rajesh
2,022
Posted By rajesh_pola
ftp files from local sys to unix server
Hi All,

can anybody explain me how to ftp files from local system to unix server using Shell scripting without using any softwares.
i have developed some code but its not wrking.
...
3,448
Posted By rajesh_pola
Hi, i tried your functions but i am getting...
Hi,

i tried your functions but i am getting error...

$ acos(3)
syntax error: `acos' unexpected
$ atan2(3)
syntax error: `atan2' unexpected

plez help me..

thanq.. :-)
3,448
Posted By rajesh_pola
usage of atan
Hi All,

can anybody explain me the syntax and usage of "atan" command?

Thanks in advance.
1,310
Posted By rajesh_pola
Hi bb2, may be the problem is with user_id....
Hi bb2,

may be the problem is with user_id.
if your user_id not in the user group of the dir group then also you are not able to generate the files.

At that time you have to add the user to...
10,854
Posted By rajesh_pola
Hi Jaiseaugustine, take a perameter file...
Hi Jaiseaugustine,

take a perameter file with counter. once each file process completed then update the parameter file.

code :
cd $src_dir_path
TXT1=`cat Parameter.txt | grep "Counter=" |...
3,807
Posted By rajesh_pola
that should e like below. code : egrep...
that should e like below.
code :
egrep 'http|https|file' file_name

regards
rajesh
2,462
Posted By rajesh_pola
umask
hi perderabo,

thank you for your reply.

can you explain the proper reason for that?

thank you.
regards
rajesh
2,462
Posted By rajesh_pola
umask usage
Hi ,

i am facing small issue if anybody help appreciated.
how can we give the default permissions as 777 for files by using umask command..

advance thank you..

regards
rajesh:wall:
3,817
Posted By rajesh_pola
Hi we have two commands in unix to find the...
Hi we have two commands in unix to find the differende.


cmp file1 file2
diff file1 file2
try these..
2,527
Posted By rajesh_pola
ls -l file*110328.Z the above command is...
ls -l file*110328.Z
the above command is sufficient for similar files which you have mentioned in the above..
4,780
Posted By rajesh_pola
this will help you......... cd to $path/folder1...
this will help you.........
cd to $path/folder1
ls -l name*.txt > files_list
for i in `cat files_list`
do
file_name=$i
new_file_name='$file_name'_abc{symbol}_vxz
cp $file_name...
4,282
Posted By rajesh_pola
Hi this will help you. ch dir where you want...
Hi this will help you.
ch dir where you want execute the script.
then find user.
ex:
cd /usr/ucb/
user=`who am i`
curr_user=`echo $user|awk -F" " '{print $1}'`
2,932
Posted By rajesh_pola
Hi, follow this code: ls -l Article*.txt >...
Hi,
follow this code:
ls -l Article*.txt > file
for i `cat file`
do
file=i
count=`cat file|wc -w`
if [ $count -ge 400 ]; then
move $file1 dir/$file
fi
done
1,652
Posted By rajesh_pola
Hi, use the following command for this in...
Hi,

use the following command for this in this given formate.
paste file1 file2 > file3

file3 is the correct file of your requirement.

regards
rajesh
5,868
Posted By rajesh_pola
Hi Homebo and frans, i tried with your...
Hi Homebo and frans,

i tried with your codes but it is throwong error.
wget https://www.unix.com/shell-programming-scripting/155750-use-sed.html#post302503291 > newfile.txt
error: wget: not...
5,868
Posted By rajesh_pola
catch the output of the URL
Hi all,

anybody can help me in this?

how to catch the output of the URL in scripting.
exmple:
if i give the URL:...
4,551
Posted By rajesh_pola
how to know the running processes.
Hi can anybody help me regarding this..

i want know the output of ps -ef with explanation.
how can we know the running processess.
this is the output of ps -elf
F S UID PID PPID C...
1,140
Posted By rajesh_pola
thank you michaelrozar. i have tried that also...
thank you michaelrozar.
i have tried that also but its not working..
can you please check and give the reply..
1,140
Posted By rajesh_pola
use of sed
hi i am trying to update paremeter with date and timestamp..
my source file is like this Taxpr_Param.txt :

[s_m_TAXPR_AGG_F_DRILL_INC_5_5]
$$LOAD_DATE=03/09/2011 04:01:51...
4,198
Posted By rajesh_pola
try this.. this will help you: sed...
try this..
this will help you:

sed 5's/wich$/mirchi/g' test.txt

where 5 is the line no.

regards
rajesh



Thanks for helping, but also use code tags please, ty.
42,127
Posted By rajesh_pola
iit always ask the password. sftp won't work...
iit always ask the password.
sftp won't work without password.
store that user and password into variable and then connect.
if you store in a file then expand that file store the password in a...
Showing results 1 to 25 of 47

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