⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.73
Server IP:
97.74.87.16
Server:
Linux 16.87.74.97.host.secureserver.net 5.14.0-503.38.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 18 08:52:10 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
procmail
/
examples
/
View File Name :
dirname
#! /bin/sh : &&O='cd .' || exec /bin/sh "$0" $argv:q # we're in a csh, feed myself to sh $O || exec /bin/sh "$0" "$@" # we're in a buggy zsh ######################################################################### # dirname A substitute, for the deprived # # # # Created by S.R. van den Berg, The Netherlands # ######################################################################### #$Id: dirname,v 1.3 1994/05/26 14:11:52 berg Exp $ t=`expr "$1" : "\(.*/\)[^/]*$"` if test -z "$t" then echo . else echo "$t" fi