![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to include spreadsheet::ParseExcel in shell script | akash | Shell Programming and Scripting | 1 | 01-10-2008 11:17 AM |
| How to call a perl script from a shell script | anumkoshy | Shell Programming and Scripting | 2 | 08-30-2007 04:23 AM |
| Box A's perl script calling box B's shell script | new2ss | Shell Programming and Scripting | 1 | 09-13-2006 06:17 AM |
| How to include shell script in C program | mridula | High Level Programming | 5 | 07-30-2006 03:13 AM |
| Looping a perl script in a shell script | edkung | Shell Programming and Scripting | 8 | 10-04-2002 10:28 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
example:
Code:
#!/bin/ksh # print the epoch time in seconds when a file was last modified # filename = $1 perl -e ' $mtime=(stat $ARGV[0])[9]; print "$mtime\n"; ' "$1" |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|