Search Results

Search: Posts Made By: Qwerty123
7,969
Posted By Qwerty123
Remove duplicates based on a column in fixed width file
Hi,

How to output the duplicate record to another file. We say the record is duplicate based on a column whose position is from 2 and its length is 11 characters.
The file is a fixed width file....
5,750
Posted By Qwerty123
Yes, 'Rename' command works. But I have to rename...
Yes, 'Rename' command works. But I have to rename all the files that are present in the directory at a time without using a 'For' loop.

Is that possible? Is there any command or idea for doing...
5,750
Posted By Qwerty123
Rename files without using for loop
Hi,

Is it possible to rename files at a time in a directory without using the for loop. (ex: intial filename- abc.txt to abc.tmp or abc.txt.tmp)
I need to rename the files in a remote directory...
Forum: Solaris 02-08-2009
9,155
Posted By Qwerty123
Hi:), What should be done next. I could find...
Hi:),
What should be done next. I could find this /etc/init.d/sendmail start in my server. What should I check and modify so that my server will be able to send mails...
Forum: Solaris 02-05-2009
9,155
Posted By Qwerty123
That's true...:p btw..what do we understand...
That's true...:p
btw..what do we understand from this?
Forum: Solaris 02-05-2009
9,155
Posted By Qwerty123
Hi, It says... svcs: not found. What does this...
Hi,
It says... svcs: not found. What does this mean?
Forum: Solaris 02-05-2009
9,155
Posted By Qwerty123
Server unable to send mail-how to configure
Hi All,

I'm unable to send out email using mailx command in a new server. I guess the server has to be configured for this. I searched a lot and everywhere it was asked to check /etc/sendmail.cf...
18,418
Posted By Qwerty123
I have used Var=`echo "$Var"|sed -e 's/[^...
I have used Var=`echo "$Var"|sed -e 's/[^ -~]//g'` and thankfully there were no complaints :)

Thankyou all for the help!!!:)
https://www.unix.com/images/misc/progress.gif
18,418
Posted By Qwerty123
I have used Var=`echo "$Var"|sed -e 's/[^...
I have used Var=`echo "$Var"|sed -e 's/[^ -~]//g'` and thankfully there were no complaints :)

Thankyou all for the help!!!:)
https://www.unix.com/images/misc/progress.gif
18,418
Posted By Qwerty123
I have used Var=`echo "$Var"|sed -e 's/[^...
I have used Var=`echo "$Var"|sed -e 's/[^ -~]//g'` and thankfully there were no complaints :)

Thankyou all for the help!!!:)
18,418
Posted By Qwerty123
Hi, My requirement is that I store this...
Hi,

My requirement is that I store this string in suppose say $string...and compare it with a parameter that is input say $param ...
like

if [ $string = $param ]
then
echo 'True'
else
echo...
18,418
Posted By Qwerty123
Hi, My file is very huge sometimes 1GB, instead...
Hi,
My file is very huge sometimes 1GB, instead of removing non-ascii characters from the file, can they be removed only from this string i.e, $var?
Please suggest.
18,418
Posted By Qwerty123
Hi, But this code is removing the last 'T' from...
Hi,
But this code is removing the last 'T' from ASDFG.DAT
Is this piece of code not able to pick the box like character and remove it?
Please help.
18,418
Posted By Qwerty123
Remove box like special character from end of string
Hi All,

How to remove a box like special character which appears at the end of a string/line/record. I have no clue what this box like special character is. It is transparent square like box. This...
Showing results 1 to 14 of 14

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