golden hour
/usr/share/bug/vim-tiny
⬆️ Go Up
Upload
File/Folder
Size
Actions
presubj
516 B
Del
OK
script
204 B
Del
OK
Edit: script
#!/bin/sh printf "\n--- real paths of main Vim binaries ---\n" >&3 for f in vi vim gvim; do if [ -L "/usr/bin/$f" ]; then printf "/usr/bin/$f is $(readlink -f /usr/bin/$f)\n" >&3 fi done
Save