dwhs Member May 24, 2010 #1 What is the path to date? I can't remember and can't find it anywhere with google or with the search here.
What is the path to date? I can't remember and can't find it anywhere with google or with the search here.
HostMantis New member May 24, 2010 #2 Do you mean how to display the date/time with Pearl? If so: my $now = localtime time; print "It is now $now\n"; If not, then I'm not quite sure what you are asking for.
Do you mean how to display the date/time with Pearl? If so: my $now = localtime time; print "It is now $now\n"; If not, then I'm not quite sure what you are asking for.
HostMantis New member May 24, 2010 #3 Plexihost said: Do you mean how to display the date/time with Pearl? If so: my $now = localtime time; print "It is now $now\n"; If not, then I'm not quite sure what you are asking for. Click to expand... Oops, Perl, not Pearl.
Plexihost said: Do you mean how to display the date/time with Pearl? If so: my $now = localtime time; print "It is now $now\n"; If not, then I'm not quite sure what you are asking for. Click to expand... Oops, Perl, not Pearl.
dwhs Member May 24, 2010 #4 Thanks for the reply. which date worked perfectly for finding it, the path is: /bin/date
S supportfacility New member May 25, 2010 #5 Yes using "which" command we can check the path of commands. e.g. root@server [~]# which top /usr/bin/top
Yes using "which" command we can check the path of commands. e.g. root@server [~]# which top /usr/bin/top