Search Results

Search: Posts Made By: umapearl
18,280
Posted By umapearl
Hi, I need to do it for all the files one...
Hi,

I need to do it for all the files one entire folder.How to use this program for that.

Please let know

Thanks & Regards
Uma
18,280
Posted By umapearl
replace %20 with space
Hi,

I need torename filenames with %20 to space in a batch wise.Can anyone help me please. Need it badly

Eg.

English%20Brochure%20002-1[1]

to be replace to

English Brochure 002-1[1]...
6,244
Posted By umapearl
I am using cygwin, got the below...
I am using cygwin,

got the below error.please see

Thanks a lot

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

find: File system loop detected;...
6,244
Posted By umapearl
Some files have %20 have and some dont have
Some files have %20 have and some dont have
6,244
Posted By umapearl
copy multiple files
Hi,

I am facing this problem, however i am not finding any solution. Kindly help

I have the list of files to be search , i need to search for those files and copy the files to a folder. Really...
2,736
Posted By umapearl
hi, even though i include its not working....
hi,

even though i include its not working. Please advise
2,736
Posted By umapearl
Copy multiple files with space to folder
Please help ,
I am in an urgent need, Please help

nawk '{for(i=1;i<=NF;i++){printf("%s\n",$i)}}' filename | sed 's/.*com//' | nawk '/pdf/ {printf("F:%s\n",$0)}' | while read line; do mv $line...
2,255
Posted By umapearl
Hi, Thanks i am not able to use nawk, it...
Hi,

Thanks i am not able to use nawk, it says cannot find the command , can i replace the word with any other keyword pls let know

Thanks a lot

---------- Post updated at 04:29 PM ----------...
2,255
Posted By umapearl
Hi, This is only copying the file names i...
Hi,

This is only copying the file names i need to copy the files too. Please suggest

Thanks a lot
2,255
Posted By umapearl
How to copy files to one folder?
Hi ,

I have a file like this, i need to trace its path and copy the files from its path to one folder. I need to replace elib.com,melib.com to F:\.Here i need to copy to a folder called image....
1,328
Posted By umapearl
perfect, thanks a ton ---------- Post...
perfect, thanks a ton

---------- Post updated at 03:46 PM ---------- Previous update was at 03:10 PM ----------

oh no, i think if it is single 035 then its ignoring. Please help me to check
1,328
Posted By umapearl
Delete duplicate second line
Hi ALL

I need a help

I need to retain only the first line of 035 if I have two line before =040 , if only one then need to take that

Eg:

Input

=035 (ABC)12324141241
=035 ...
3,024
Posted By umapearl
Hi tene, I am facing one more problem...
Hi tene,


I am facing one more problem here, some of the records are having more than 2 like say 10 records of the same title but the id generated is not the highest. Can you please advise me.
...
3,024
Posted By umapearl
Hi, Sorry i am getting syntax error, i am...
Hi,

Sorry i am getting syntax error, i am not that good in unix. Please advise
3,024
Posted By umapearl
Hi , Thanks a lot for your kind reply. ...
Hi ,

Thanks a lot for your kind reply.

Initially i gave my input and output as .xls, then i got the error, when i changed it to .txt i am getting the output like this which is actually what i...
3,024
Posted By umapearl
Hi , Sorry this is not working, output is...
Hi ,

Sorry this is not working, output is not in format it says, and some junk character is appearing.

Thanks
3,024
Posted By umapearl
help to identify duplicate columns adjacent value
Hi friends,

I have a xlsheet like below first column having id ABCfollowed by 7digit numbers and the next column have title against the ids. Titles are unique and duplicateboth, but ids are...
1,477
Posted By umapearl
Hi, I am sorry if i could not explain...
Hi,

I am sorry if i could not explain correctly at the firstplace. I cut the part of the log and pasted it at first time and now i copied the entire logfile.

xlsheet one even though i copy in...
1,477
Posted By umapearl
hi, Thanks for your reply. I tried but not...
hi,

Thanks for your reply. I tried but not the script is not working,

actually my xlsheet is like this. title in one column and id in one more column
A Child's Garden of Verses. ...
1,477
Posted By umapearl
change value of logfile
Hi,

I have a log file like exyymmdd.log and i need to do is read the log file and inside the logfile if i find the word which starts with PQR002106570.book then i need to replace the value of...
3,988
Posted By umapearl
Hi, If possible please help to combine these...
Hi,

If possible please help to combine these three scripts
awk '/^Fatal/{sub(/\.$/,"");p=$0}p&&/^<DIAGNOSTIC/{print p" is id "$7;p=""}' firstinfile > firstoutfile
awk'/^Fatal/{print $6}'...
3,988
Posted By umapearl
Hi Sorry for late reply, I fell and had...
Hi

Sorry for late reply, I fell and had injury and hence could not come near system. Thanks a lot for your step by step explanation. Thanks again

Sorry kurumi I dont know how to use ruby.
3,988
Posted By umapearl
Thanks for the combined script. awk...
Thanks for the combined script.
awk '/^=001/{if(NR>1)print p; p=$0; next}/\((abc|xyz)\)/{p=p"\t"$0}END{print p}' infile
can you please explain me the above script.

Thanks a lot
3,988
Posted By umapearl
Hey ya the same way !! but here when =035...
Hey ya the same way !!

but here when =035 \\$a(abc) is not there in that column its writing =035 \\$a(xyz) in that column?
=001 abcd002432236 =035 \\$a(abc)32780281 =035 \\$a(xyz)7550102...
3,988
Posted By umapearl
Hi Scrutinizer, Thanks a lot this is what i...
Hi Scrutinizer,

Thanks a lot this is what i was asking for. Can you please explain me the code,very curious to know .
Also one more question can we combine two query

grep -E -e...
Showing results 1 to 25 of 50

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