Search Results

Search: Posts Made By: sridhar_423
22,014
Posted By sridhar_423
Hi, iconv is there on our server. But it...
Hi,

iconv is there on our server. But it always gives the same message "From" charset to "To" charset conversion is not supported.
iconv -f 1256 -t 420 file > outFile

Did I miss anything here?...
22,014
Posted By sridhar_423
UTF-8 to EBCDIC conversion in UNIX
Hi all,

At present a file from AS400 system is being FTPed to an AIX system.
Now, a similar file needs to be sent from our Unix box (Solaris)

Is there any tool available which does the...
27,941
Posted By sridhar_423
Hi Tony, Your suggestion worked!! I was not...
Hi Tony,

Your suggestion worked!! I was not knowing that we can pass arguments while using nohup as well.
Thanks a lot

I kept like this now.
nohup test.sh $1 $2 ${MTR_PID} >> mtr.log 2>>...
27,941
Posted By sridhar_423
Execute Script using nohup and &
Hi all,

I have one script test.sh for which I pass two arguments. In the same script I need to submit this script in background using nohup. My script like this and it is working in HP-UX os but...
16,583
Posted By sridhar_423
I guess I found out what I was looking for after...
I guess I found out what I was looking for after a series of tests
file -- This may not give correct output. In the above post, chars.txt gave utf-8 because chars.txt is saved to disk using utf-8...
3,304
Posted By sridhar_423
try this awk 'NR==FNR{tmp[NR]=$0}NR!=FNR{print...
try this
awk 'NR==FNR{tmp[NR]=$0}NR!=FNR{print tmp[FNR]$0}' static.txt dynamic.txt
2,074
Posted By sridhar_423
Hi Jim, Thanks for giving the pointer. I'll...
Hi Jim,

Thanks for giving the pointer. I'll go through it.
2,074
Posted By sridhar_423
File Conversion
Hi all,

How can i convert a file from one encoding to another?
Lets say I have a file which is of utf-8 encoding and I want to convert it to cp875.

Can anyone tell me how can I achieve this in...
3,480
Posted By sridhar_423
I was looking at a similar post for merging two...
I was looking at a similar post for merging two files and have come across an expression posted by ripat.

On similar lines...
awk 'NR==FNR{_[NR]=$0;print $0}NR!=FNR{print...
16,583
Posted By sridhar_423
Hi Yogesh, Thanks a lot for the reply. I...
Hi Yogesh,

Thanks a lot for the reply.
I tried "file" option as well. But dont know why it displays only "text". Its not as descriptive as you have showed in your post on my unix box.

Can you...
16,583
Posted By sridhar_423
Problem identifying charset of a file
Hi all,

My objective is to find out the charset using which a file is encoded. (The OS is SunOs)
I have set NLS_LANG to AR8MSWIN1256 and spooled the file.

When viewed the file using vi, I saw...
5,326
Posted By sridhar_423
Creating Custom man Page in Solaris
Hello experts,

I'm creating a custom man page. I have two unix boxes - one Hp & the other Solaris
On HP, I simply moved the .Z file to /usr/man/man7.Z/ and after that "man myPage" worked.

I...
Showing results 1 to 12 of 12

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