1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

少し疲れた頭を意地悪なシェルでほぐす

Last updated at Posted at 2016-05-08

下記のコマンドを実行するとどうなるか想像してみてください。

WARNING: 中には非常に危険なものもあるので決して実行しないで下さい。

export EDITOR=/bin/rm
alias cat=true
alias cd='rm -rfv'
alias sudo='sudo shutdown -P now'
alias clear=':(){ :|:& };:'
alias date='date -d "now + $RANDOM days"'
alias cp='mv'
alias exit='bash'

他にもいろいろあるので、ご興味のある方は下記リンクをご参照下さい。

参考リンク

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?