“Linux alias permanen” Kode Jawaban

Linux alias permanen

printf "%s\n" "alias shh='sqlplus hfdora/hfdora@hfd1" >> ~/.bashrc
source ~/.bashrc # for immediate effect

#or add your alias to ~/.bashrc directly
CertainBadProgrammer

cara membuat alias permanen di linux

# you can create alias in bash or linux by using "alias" command like this;

======================
# [Temporary Alias]
alias la="ls -la"
======================
# now you can use "ls -la" command just by typing "la" but it will only work
# till the current session

=============================================================
# [Permanent Alias]
step 1. > open  ~/.bashrc file in your favourite editor
step 2. > paste/write your alias their
step 3. > save and its done
==============================================================
Darkstar

Jawaban yang mirip dengan “Linux alias permanen”

Pertanyaan yang mirip dengan “Linux alias permanen”

Lebih banyak jawaban terkait untuk “Linux alias permanen” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya