April 12, 201115 yr I'm on 4.7, and typed in "clear", and to my surprise, clear was not found Did some digging about clear in slackware, and it appears to be a standard CLI. I guess Ctrl+L will clear the screen in bash, but is there a clear command, or something like it in unRAID?
August 17, 201114 yr This should work for you: alias clear="echo -e '\0033\0143'" I just add that to my .bash_profile via go script so it's always available: echo "alias clear=\"echo -e '\0033\0143'\"" >> /root/.bash_profile
August 18, 201114 yr Author Thanks a lot! I knew I needed a way to replicate the "Ctrl+L" command, just didn't know what that'd numeric command would be.
Archived
This topic is now archived and is closed to further replies.