User:Gregormi/Bash

From KDE Community Wiki
Revision as of 12:29, 16 August 2015 by Gregormi (talk | contribs) (Created page with "== bash == === Delete history item === see http://superuser.com/questions/384366/remove-a-certain-line-from-bash-history-file $ history $ history -d <number>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

bash

Delete history item

see http://superuser.com/questions/384366/remove-a-certain-line-from-bash-history-file

$ history
$ history -d <number>