13 items
NAME ↑ SIZE MODIFIED PERMS ACTIONS
.. / Parent Directory
awk — dir
2024-11-11 09:50 · rwxr-xr-x
2024-11-11 09:50 rwxr-xr-x
coreutils — dir
2026-06-03 15:44 · rwxr-xr-x
2026-06-03 15:44 rwxr-xr-x
gcc — dir
2025-09-15 15:42 · rwxr-xr-x
2025-09-15 15:42 rwxr-xr-x
getconf — dir
2026-06-03 22:20 · rwxr-xr-x
2026-06-03 22:20 rwxr-xr-x
git-core — dir
2026-06-03 22:20 · rwxr-xr-x
2026-06-03 22:20 rwxr-xr-x
mc — dir
2024-11-25 20:38 · rwxr-xr-x
2024-11-25 20:38 rwxr-xr-x
openldap — dir
2025-03-13 12:29 · rwxr-xr-x
2025-03-13 12:29 rwxr-xr-x
openssh — dir
2026-06-03 15:41 · rwxr-xr-x
2026-06-03 15:41 rwxr-xr-x
p7zip — dir
2024-11-25 20:38 · rwxr-xr-x
2024-11-25 20:38 rwxr-xr-x
utempter — dir
2024-11-11 09:50 · rwxr-xr-x
2024-11-11 09:50 rwxr-xr-x
fips-setup-helper — 333 B
2025-09-05 13:18 · rwxr-xr-x
333 B 2025-09-05 13:18 rwxr-xr-x
grepconf.sh — 257 B
2022-01-31 20:20 · rwxr-xr-x
257 B 2022-01-31 20:20 rwxr-xr-x
vi — 1.38 MB
2026-04-29 09:50 · rwxr-xr-x
1.38 MB 2026-04-29 09:50 rwxr-xr-x
ONLINE
libexec
13 items
13:04:03
TERMINAL FM
Edit
Preview
Download
Rename
Copy
Chmod
Delete
#!/usr/bin/sh case "$1" in -c | --interactive-color) ! grep -qsi "^COLOR.*none" /etc/GREP_COLORS ;; *) echo >&2 "Invalid / no option passed, so far only -c | --interactive-color is supported." exit 1 ;; esac