File Explorer

/etc/profile.d

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

0 dirs
8 files
colorgrep.sh201 B · 8 lines
# color-grep initialization /usr/libexec/grepconf.sh -c || return alias grep='grep --color=auto' 2>/dev/nullalias egrep='egrep --color=auto' 2>/dev/nullalias fgrep='fgrep --color=auto' 2>/dev/null