lulu_6

Author


time stamp of file create


.

time stamp of file make

Tuesday, June 01, 2010

perl version for inodetime

<!--ntstart-->#!/usr/contrib/bin/<acronym title="Matter-of-fact Extraction and Report Language">perl</acronym>#^####################################################################^ $Header: inodetime.pl,v 1.1 97/01/20 10:17:00 http srvr? $#^####################################################################^ PROGRAM DESCRIPTION#^ -------------------#^ This program prints the modification times and names of files.#^ It uses the following format:  inodetime.pl filename#^ It will accept:  inodetime.pl filename1 filename2 filename3#^                  inodetime.pl /tmp/file*#^ The format of the productivity is: YYYYMMDDhhmmss filename#^ example:#^           $ inodetime.pl /tmp/t*#^           19961115105425 /tmp/test.sql #^           19970116113616 /tmp/tststat.pl #^ #^ TRICK To Remember The Program Name#^ ----------------------------------#^     inodetime == I No De Time#^     ^^ ^ ^ #^                                                                KSG #^###################################################################

############################################# Get the (next) input from the command line ############################################while ($curfile = $ARGV[0]){   #################################################   # Do following code block only if $curfile exists   #################################################   if (-e $curfile)   {      ###############################      # stat structure into variables      ###############################      ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,      $atime,$mtime,$ctime,$blksize,$blocks)      = stat("$curfile");      ###############################      # time structure into variables      ###############################      local($sec,$min,$hr,$day,$mon,$yr,$wday,@dntcare) = localtime($mtime);      $yr = ($yr>=70) ? $yr+1900 : $yr+2000;      $yr="$yr";      $mon = (++$mon < 10) ? "0$mon" : "$mon";      $day = ($day < 10) ? "0$day" : "$day";      $hr  = ($hr < 10) ? "0$hr" : "$hr";      $min = ($min < 10) ? "0$min" : "$min";      $sec = ($sec < 10) ? "0$sec" : "$sec";      ##################################################################      # Rearrange in the YYYYMMDDhhmmss format and assign to $dte variable      ##################################################################      $dte = join('',$yr,$mon,$day,$hr,$min,$sec);      ######################################      # Print modification date and filename      ######################################      print ("$dte $curfile\n");      }   ########################################   # Shift to next position in command line   ########################################   shift (@ARGV);}

#~####################################################################~####################################################################~#~ $Log:	inodetime.pl,v $#~ Revision 1.1  97/01/20  10:17:00  10:17:00  http ()#~ reversed productivity#~ from: filename date#~ to:   date filename#~ #~ Revision 1.0  97/01/17  12:37:32  12:37:32  http ()#~ Initial revision#~ #~####################################################################~###################################################################

REFERENCES
http://www.unix.com/unix-dummies-questions-answers/14206-time-stamp-file-make.html






Check it out:Command Center SkyHi

lulu_6

Tagged with: createfilestamptime 

.

I have to make a report on my software engineering machinate and i am looking for a excellent image to go on the take in page . I have not been able to find a decent looking image that will make sense to my machinate.
here is something that i have in mind.

http://www.bioteams.com/images/can_software_en.jpg

delight let me know if you guys know any other links to simillar images. will be momentously appreciated

lulu_6

Tagged with: EngineeringimageneedniceProjectreportsoftware 
Page 2 of 212

Answers Rating

  • PETA: Not everyone can use it: Read some families will not be able to use this tool section....  Thumb up 0
  • killaz: http://www.campuslive.com/go/s _campuslive-9678023481 it helps  Thumb up 0
  • Ashley Massey: Some returns will not be eligible to use the tool. In order to prevent your FA from...  Thumb up 0
  • Tyson Jane: check online stores you ll see the second hand or cheap laptops.  Thumb up 0
  • Byron: Open source means that you, the developer, is allowing others to use YOUR copyrighted work under...  Thumb up 0
© 2010 Computersplace.net