Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

command displays all the commands ran previously on the terminal

history

# To search for a particular previously used command,
# pass history to grep with a search keyword
history | grep 'Betty'

# A command in history can be rerun by expansion using it's history number
# for Example, the command grep -rE -o --color "[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+.[A-Za-z]{2,6}" ~
# is number 72 in history. To rerun it;
!72
Comment

PREVIOUS NEXT
Code Example
Shell :: command to ceck number of lines or words in a file 
Shell :: vscode regex for url 
Shell :: z3- solver phon ubunu 
Shell :: how to check a path is file or director in shell script 
Shell :: atom required packages for Ubuntu 
Shell :: Payload create wireless network association (auto connect) pineapple 
Shell :: linode aapanel info location 
Shell :: how to check apt upgradable size 
Shell :: powershell or bash 
Shell :: see postrouting rules linux 
Shell :: rebuild all apps dokku 
Shell :: gitattributes -diff 
Shell :: odoo web/static 404 
Shell :: terminal grep get line with length 
Shell :: lightsail get plesk password 
Shell :: sudo add-apt-repository ppa:ondrej/php 
Shell :: Error: Error: rpmdb open failed 
Shell :: Install pkgsrc (FreeBSD) package manager 
Shell :: how to hide gitignore file 
Shell :: -s https://raw.githubusercontent.com/nathanchance/chromeos-adb-fastboot/master/install.sh | bash 
Shell :: wsl networking 
Shell :: linux pki wildcard 
Shell :: Warning: Pub installs executables into $HOME/.pub-cache/ 
Shell :: Git - Can we recover deleted commits? [duplicate] 
Shell :: nuget password private source 
Shell :: zsh: permiso denegado: /home/sebastian/.bash_aliases 
Shell :: bash ip l2tp add tunnel 
Shell :: amber vmd command line code 
Shell :: remove ms store remove installed app 
Shell :: updating local git clone after default branch rename 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =