Search Results

Search: Posts Made By: harris
1,509
Posted By harris
Hi, Getting this error message: Can't locate...
Hi,
Getting this error message:
Can't locate spreadsheet/parseexcel.pm in @INC
Let me suggest the solution.

Thanks in Advance.

Regards,
Harris
1,509
Posted By harris
Execution Problems with UNIX.
Hi Team,
I created one file like tst.pl, it contains

#!/usr/bin/perl
use Spreadsheet::ParseExcel;
During execution it's showing error like use: command not found.
Pleast let me suggest how to...
1,334
Posted By harris
How to delete more than 7 days file from Target folder?
Hi Team,
I have to remove files which are more than 7 days in my target directory.
I have this script but using this i faced some problems like, removed library files of unix.

for abc in `find...
Forum: Red Hat 11-07-2012
4,477
Posted By harris
prompting for passwords even i configured ssh password less authentication
Hi Team,
I have same problem but i am using "dsa" key and modified permissions to all folders as you mentioned, except /home because i dont have permissions to modify as 755.

Please suggest me...
13,301
Posted By harris
create separate files from one excel file with multiple sheets
Thanks for your reply.
Is Unix support to Perl or is it required any extra patchs or configurations.


Thanks in Advance.

Regards,
Harris
13,301
Posted By harris
create separate files from one excel file with multiple sheets
Hi,
I have one requirement, create separate files (".csv") from one excel file(xlsx) with multiple sheets. These ".csv" files are my source files. So anybody please suggest me the process.
...
2,197
Posted By harris
Hi Vryali, i executed the find command...
Hi Vryali,
i executed the find command individually like
find -H /abc/archive/filename_*.dat -type f -mtime +61, it's showing
"find: path-list predicate-list".
Tried in google about this but...
2,197
Posted By harris
Hi Vryali, Thank you for your help, but i...
Hi Vryali,
Thank you for your help, but i forgot to mention some information in my script. Actually i used for loop to maintain log. Like
for files in `find /abc/Archive/<file_name_25032012.dat>...
2,197
Posted By harris
mtime unexpected behaviour
Hi All,
My requirement is to remove the more than 60 days files from Archive folder, so prepared this command.
for files in `find /abc/Archive/<file_name_25032012.dat> -type f -mtime 61|xargs ls...
Showing results 1 to 9 of 9

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