Search Results

Search: Posts Made By: lathish
2,431
Posted By lathish
Back up of recent modified files
Hi,

I want to identify the files that are recently modified or with in a specified period (15 Days) in UNIX box. After identifying the files should be transferred to windows machine through FTP. ...
7,072
Posted By lathish
Multiple file existence and checking file size
I want to check the files in particular directory are more that 0 Bytes i.e, Non zero byte file. The script should print a msg if all the files in that directory are empty( 0 Byte).
1,741
Posted By lathish
Excel file creation
Hi,

I want to create.xls file using unix command. I know how to generate csv file.

But in some case i want to insert some rows in the excel file without affecting its styles(like bold, border...
5,846
Posted By lathish
Thanks joeyg for your solution. But i...
Thanks joeyg for your solution.

But i found how to send the summary report and attachment in a single mail command,

(cat text.txt uuencode att.txt att.txt) |mailx -s "attachment"...
5,846
Posted By lathish
How to send a attachment
Hi,

I want to send a attachment using mailx command and also i want to include body of the mail which is stored in a text file.:confused:
uuencode att.txt att.txt |mailx -s "attachment"...
28,977
Posted By lathish
Try using WC command. Get the total count and...
Try using WC command. Get the total count and subtract one.:)
2,058
Posted By lathish
File existence using ls
Hi

I want to check a particular file is available or not. But i know only the pattern of that file sat AB1234*.txt.I need the latest file name and it ll be used in the script. How can i do this...
7,140
Posted By lathish
Checking Multiple file existence
Hi,

I want to check multiple files exist or not in a single if statement in korn Shell:confused:.
Please help me

Thanks
Showing results 1 to 8 of 8

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