Search Results

Search: Posts Made By: OSD
5,632
Posted By OSD
excel drops leading zeros while attaching through unix
HEllo All,

when the data file is being attached and mailed as file1.csv, the column data( e.g: 88E00, 99E00, 77F12, 66H18).
The data 88E00 and 99E00 is being converted to 88E+01, 99E+01.
All...
10,254
Posted By OSD
hey, it works. Thank you so much. This has been...
hey, it works.
Thank you so much. This has been so informative. thanks a zillion. You rock:)
10,254
Posted By OSD
The sed command does not modify the result: ...
The sed command does not modify the result:

the output remains the same:
|000222|123456987|||||||AARONSON| JOHN P|||PRIMARY |P
|000111|567894521|||||||ATHENS| WILLIAM k|||AAAA|L
...
10,254
Posted By OSD
this doesnt seem to be working :(
this doesnt seem to be working :(
10,254
Posted By OSD
replacing space with pipe(delimiter)
Hello All,

I have a file with thousands of records:

eg:
|000222|123456987|||||||AARONSON| JOHN P|||PRIMARY |P
|000111|567894521|||||||ATHENS| WILLIAM k|||AAAA|L


Expected:...
1,894
Posted By OSD
how to crate date folder
Dear all,

could youplease help me with the issue below.
I am trying to archive a file into a folder ( which should be current year and month, `date +%Y%m%/d`).

eg: cp aaa.txt...
2,735
Posted By OSD
Hello, Try this find . -mtime -1 -exec...
Hello,

Try this

find . -mtime -1 -exec rm -rf {} \;

-mtime -1 gives you the files for sep 16th i.e today..
find . -mtime -1 -print ---try this first.see if you get 350 files.if yes,...
2,204
Posted By OSD
converting .txt to comma delimeted file
Dear all,

I have a file with 5L records. one of the record in the file is as shown below.
MARIA THOMAS
BASIL
1000 FM 1111 MD





GHANA
YY 77354 4774
99999999 1234567


I need to...
2,832
Posted By OSD
converting a .txt file to comma delimeted file
Dear all,

I have a file with 5L records. one of the record in the file is as shown below.
MARIA ...
86,046
Posted By OSD
Hey..thank you so much.... Have a great...
Hey..thank you so much....
Have a great weekend..:-)
86,046
Posted By OSD
Hey cool....it works.. Thanks a bunch..
Hey cool....it works..
Thanks a bunch..
86,046
Posted By OSD
execute a .jil file
hello all,

Could anyone please suggest me as to how could we execute a .jil file.

Thanks in advance for your help.
7,437
Posted By OSD
execute a .jil file
Hi All,

Could anyone suggest me as to how could we execute a .jil file.

Thanks in advance.
3,197
Posted By OSD
I need both.. Eg: as per the script if the...
I need both..
Eg: as per the script if the tablechar=58 and the tablelines=2 the output after division is 29(tableavg)
now, in the IF statment

if [ $TABLEAVG == 29 ]
then
echo "The file is...
3,197
Posted By OSD
Thanku so much...it works... But i have a...
Thanku so much...it works...

But i have a problem...
I have given an if statment stating that if its whole number output the "TABLEAVG"
else
value with decimal...

if [ $TABLEAVG == 29 ]...
3,197
Posted By OSD
deciaml places
Hello All,

Can anyone please tell me how do i define the variable as decimal.
Below is my script. After division i get a whole number where as i want to see the decimal places also..
...
1,538
Posted By OSD
Can anyone plz help me with this. appreciate...
Can anyone plz help me with this.
appreciate that..
1,654
Posted By OSD
hello All, Can anyone plz help me with the...
hello All,

Can anyone plz help me with the above issue.
Appreciate that.
1,691
Posted By OSD
I dont see the mail being generated..not sure...
I dont see the mail being generated..not sure where the problem is...do u have any idea
1,691
Posted By OSD
Mailing the output which is there in remote server
Hi all,

I have a script which logs in to the remote server with FTP and with the user id/password and list the files in the path of remote server where thefiles resid.i need to email this...
1,538
Posted By OSD
Help regarding theMailing of output from a remote machine
Hi all,

I have a script which logs in to the remote server with FTP and with the user id/password and list the files in the path of remote server where thefiles resid.i need to email this...
1,654
Posted By OSD
Mailing the output which is there in remote server
Hi all,

I have a script which logs in to the remote server with FTP and with the user id/password and list the files in the path of remote server where thefiles resid.i need to email this...
Showing results 1 to 22 of 22

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