Fulltext results:
- Change Encoding with iconv
- ====== Change Encoding with iconv ====== ===== Convert Single File ===== iconv -f iso-8859-1 -t ut... {f}_$$_TEMP ${f} \ && mv ${f}_$$_TEMP ${f} done </code> {{tag>sysadmin convert encoding shell cli}}
- Shell Script Variables
- sh> ${a: -1} </code> ===== Remove Slash from the End of a Variable ===== Remove a trailing slash fro
- root login with bash
- ab.example.com -t "su - root -c /bin/bash"' This enables me logging in with just: $ demo_root Pa