set alias in ubuntu
# open terminal
Ctrl+Alt+T
# open ~/.bashrc_alias by running
gedit ~/.bashrc_alias # the file opened might be empty
# add you aliases and commands one alias in a line
alias name_of_alias="command you want to execute"
alias name_of_another_alias="another command you want to execute"
# save
Ctrl+S
# for immediate effect run in terminal
source ~/.bashrc_aliasalias l="ls -al"
printf "%s\n" "alias shh='sqlplus hfdora/hfdora@hfd1" >> ~/.bashrc
source ~/.bashrc # for immediate effect
#or add your alias to ~/.bashrc directly# syntax
# alias *<alias-name>="*<what-alias-represents>"
# example
alias ll="ls -lrt"
Also in C++:
- ubuntu 20.04 install telegram
- count files recursively linux
- remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
- shell use command output as string
- kill proccess using serial port
- how to reinstall node nvm
- flutter ui upload multiple image
- git undo comflicted merge
- install qwebengineview pyqt5
- git prune doesnt work
- apt install force
- asp.net core linux systemd
- what if i dont want gui in ubuntu 20.04
- i can't configure wine 3 on ubuntu
- sed from start to match
- install dot-prop
- create zip file terminal linux
- linux backup ftp
- How to install nvm in react
- git show remote url
- install ubuntu deb
- how to reload docker nginx
- rancher 2 on ubuntu 20.04
- powershell make directory