下記のコマンドで履歴を完全に消せる
printf "\033c"
エイリアスに登録する例
alias cls='printf "\033c"'
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have passed since last update.
下記のコマンドで履歴を完全に消せる
printf "\033c"
エイリアスに登録する例
alias cls='printf "\033c"'
Register as a new user and use Qiita more conveniently
Go to list of users who liked