PATH: //etc/profile.d
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 bash_timestamps.sh
↓
X
📄 checkip.sh
↓
X
📄 colorgrep.csh
↓
X
📄 colorgrep.sh
↓
X
📄 colorls.csh
↓
X
📄 colorls.sh
↓
X
📄 colorsysstat.csh
↓
X
📄 colorsysstat.sh
↓
X
📄 colorxzgrep.csh
↓
X
📄 colorxzgrep.sh
↓
X
📄 colorzgrep.csh
↓
X
📄 colorzgrep.sh
↓
X
📄 cpanel-user-commands.sh
↓
X
📄 csh.local
↓
X
📄 debuginfod.csh
↓
X
📄 debuginfod.sh
↓
X
📄 flatpak.sh
↓
X
📄 gawk.csh
↓
X
📄 gawk.sh
↓
X
📄 lang.csh
↓
X
📄 lang.sh
↓
X
📄 less.csh
↓
X
📄 less.sh
↓
X
📄 locallib.csh
↓
X
📄 locallib.sh
↓
X
📄 modules.csh
↓
X
📄 modules.sh
↓
X
📄 scl-init.csh
↓
X
📄 scl-init.sh
↓
X
📄 sh.local
↓
X
📄 which2.csh
↓
X
📄 which2.sh
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: gawk.sh
gawkpath_default () { unset AWKPATH export AWKPATH=`gawk 'BEGIN {print ENVIRON["AWKPATH"]}'` } gawkpath_prepend () { [ -z "$AWKPATH" ] && AWKPATH=`gawk 'BEGIN {print ENVIRON["AWKPATH"]}'` export AWKPATH="$*:$AWKPATH" } gawkpath_append () { [ -z "$AWKPATH" ] && AWKPATH=`gawk 'BEGIN {print ENVIRON["AWKPATH"]}'` export AWKPATH="$AWKPATH:$*" } gawklibpath_default () { unset AWKLIBPATH export AWKLIBPATH=`gawk 'BEGIN {print ENVIRON["AWKLIBPATH"]}'` } gawklibpath_prepend () { [ -z "$AWKLIBPATH" ] && \ AWKLIBPATH=`gawk 'BEGIN {print ENVIRON["AWKLIBPATH"]}'` export AWKLIBPATH="$*:$AWKLIBPATH" } gawklibpath_append () { [ -z "$AWKLIBPATH" ] && \ AWKLIBPATH=`gawk 'BEGIN {print ENVIRON["AWKLIBPATH"]}'` export AWKLIBPATH="$AWKLIBPATH:$*" }
SIMPAN PERUBAHAN