Search Results

Search: Posts Made By: saga20
1,917
Posted By saga20
How to save a data of a file into a variable?
My requirement is to read a column data from a file & save it in a variable for each row & process it. I am using the below code-

Leadlines="$TGTFILE/Error.txt">>$log_file
while read line
do
id...
5,259
Posted By saga20
How to send mail with attachments in hpux server?
I am trying to send a mail alongwith attachments in hpux server. Its not throwing any error but it seems the command is still running,neither its sending the mail. The commands i am using is-
...
17,333
Posted By saga20
Thanks,its working & i am able to see the actual...
Thanks,its working & i am able to see the actual data but is there any way to see the actual data without resizing it to 64? Since that needs to be done manually,but i dont want to do it manually for...
17,333
Posted By saga20
I am not getting any data in the output file,its...
I am not getting any data in the output file,its creating empty output file. Please help.
Forum: HP-UX 08-22-2013
1,775
Posted By saga20
Decryption of files on HP-UX servers?
I am pulling a file from sfdc to HP-UX servers. But in HP-UX servers, the file data shows encrypted. Can anyone tell me how to decrypt them? The file data is like-
...
1,734
Posted By saga20
How to decrypt any file in UNIX?
How to decrypt a file in unix? I dont know the type of decryption nor the type of text data it contains. We extracted the file from sfdc & need to process it in unix. When extracted, we get encrypted...
17,333
Posted By saga20
I have no idea about the type of encryption or...
I have no idea about the type of encryption or type of text the file contains. We are extracting the file from sfdc,when we extract,we are getting encrypted data. The file content is-...
17,333
Posted By saga20
How to decrypt a file in UNIX?
I have a file which contains encrypted data. Can anyone tell me how to decrypt the file?
2,581
Posted By saga20
Thanks Pamu,its working fine as per my...
Thanks Pamu,its working fine as per my requirement... :)

---------- Post updated at 02:58 PM ---------- Previous update was at 02:54 PM ----------



Thanks Don Cragun for ur response,but...
2,581
Posted By saga20
Thanks Vidyadhar,this is working fine. I m...
Thanks Vidyadhar,this is working fine. I m getting the specified data but the order is getting changed. The data that i m getting here is -
104 MNO 17/04/1984 12000
107 XYZ ...
2,581
Posted By saga20
But sort -u will show the original records.As per...
But sort -u will show the original records.As per my sample data as posted above,it ll get only 2 records that r unique. But i want just duplicated to be removed. So that it ll get 4 records.
2,581
Posted By saga20
Here is the sample input & output file- Input-...
Here is the sample input & output file-
Input- Emp.txt
Empid Empname Joining_Date Salary
101 ABC 11/01/1991 5000
104 MNO 17/04/1984 12000
102 DEF ...
2,581
Posted By saga20
Remove duplicates from a file
Can u tell me how to remove duplicate records from a file?
1,866
Posted By saga20
Thanks a lot,i was confused abt how to do it.....
Thanks a lot,i was confused abt how to do it.....
1,866
Posted By saga20
Replace the content of file with incremented value
I have a file myfile with only one value 1000.I am using it in a shell script.Each time i run the script,the file shud get incremented by 1. I have used the below code for incrementing the value-...
3,144
Posted By saga20
Yes,we need to search for the special characters...
Yes,we need to search for the special characters & each time it occurs,it should replace it with the corresponding character in the file.
3,144
Posted By saga20
Need help in replacing special characters
I am writing a ksh script. I need to replace a set of characters in an xml file.

FROM="ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÛÚÜÝßàáâãäåçèéêëìíîïðñòóôõö¿¶ø®";
TO="AAAAAAACEEEEIIIIDNOOOOOOUUUUYSaaaaaaceeeeiiiionooooo N R"

I have used...
Showing results 1 to 17 of 17

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