version 1.1, 2000/09/09 14:12:14 |
version 1.1.1.2, 2003/08/25 16:05:59 |
|
|
#!/bin/sh |
#!/bin/sh |
# Get modification time of a file or directory and pretty-print it. |
# Get modification time of a file or directory and pretty-print it. |
# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. |
# Copyright 1995, 1996, 1997 Free Software Foundation, Inc. |
# written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, June 1995 |
# written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, June 1995 |
# |
# |
# This program is free software; you can redistribute it and/or modify |
# This program is free software; you can redistribute it and/or modify |
|
|
# You should have received a copy of the GNU General Public License |
# You should have received a copy of the GNU General Public License |
# along with this program; if not, write to the Free Software Foundation, |
# along with this program; if not, write to the Free Software Foundation, |
# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|
|
|
# As a special exception to the GNU General Public License, if you |
|
# distribute this file as part of a program that contains a |
|
# configuration script generated by Autoconf, you may include it under |
|
# the same distribution terms that you use for the rest of that program. |
|
|
# Prevent date giving response in another language. |
# Prevent date giving response in another language. |
LANG=C |
LANG=C |