Search Results

Search: Posts Made By: Nick1971
8,591
Posted By Nick1971
this will onle be applied to new file?
this will onle be applied to new file?
8,591
Posted By Nick1971
Hi, The problem here is am not sure the what is...
Hi,
The problem here is am not sure the what is the characer encoding. Locale shows :

LANG=en_US
LC_COLLATE="en_US"
LC_CTYPE="en_US"
LC_MONETARY="en_US"
LC_NUMERIC="en_US"
LC_TIME="en_US"...
8,591
Posted By Nick1971
Convert File Type - AIX
Hi,

I have a file with French characters inside and for some reasons I need to convert it so ASCII format like below :

From
file 1.txt
1.txt: data or International Language text

T...
2,513
Posted By Nick1971
How to pass decrypted password to script
Hi Everybody,

I am trying to write a script (ksh) to connect to oracle db via sqlplus.
As I do not want the password to be in plain text, I've tried to use java to encrypt and decrypt it but I am...
2,432
Posted By Nick1971
Hi, tried to amend the code but loop still...
Hi,

tried to amend the code but loop still endless :
while read line
do
grep "$line" test2.txt >> /dev/null

if [ $? = 1 ]; then
/usr/bin/echo "No...
2,432
Posted By Nick1971
[Solved] Endless while loop when compare files
Hi All,

I've written a script to read 2 files and compare the contents using while loop but somehow when $line is not found in test2, the script will continue looping.
Below is my code, pls...
Showing results 1 to 6 of 6

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