User:Gregormi/Bash: Difference between revisions

From KDE Community Wiki
(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>")
 
mNo edit summary
Line 1: Line 1:
== bash ==
= bash =


=== Delete history item ===
== Delete history item ==


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

Revision as of 12:29, 16 August 2015

bash

Delete history item

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

$ history
$ history -d <number>