Nexus File Manager
v2.0
🏠
Dashboard
⚡
System
🌐
›
etc
›
profile.d
Quick:
⬆️ Parent
🌐 Root
🏠 Home
🌍 WWW
📁 Temp
⚙️ Etc
📤 Upload
📁 Create
⚡ WordPress Admin
🔄 Refresh
✏️ which2.sh
← Back
# shellcheck shell=sh # Initialization script for bash, sh, mksh and ksh if [ -r /proc/$$/exe ]; then SHELLNAME=$(basename $(readlink /proc/$$/exe)) else SHELLNAME="unknown" fi case "$SHELLNAME" in *ksh*) which_declare="" which_opt="" ;; zsh) which_declare="typeset -f" which_opt="" ;; bash|sh) which_declare="declare -f" which_opt="-f" ;; *) which_declare="" which_opt="" ;; esac function which { (alias; eval ${which_declare}) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@ } export which_declare export ${which_opt} which
💻
System Info
Current path
/etc/profile.d
Contents
0 folders, 32 files
Disk free
99.34 GB
PHP version
8.3.30
🚀
Quick Actions
📍 Script location
🌐 Web root
🗑️ Temp
📁 /etc/profile.d
⚡ Nexus File Manager • 32 items