Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

create alias ubuntu 22.04

Tiago Bordin answered on June 1, 2023 Popularity 3/10 Helpfulness 4/10

Contents


More Related Answers

  • set alias in ubuntu
  • how to update alias in linux
  • create alias ubuntu
  • linux permanent alias
  • linux show alias function
  • edit alias terminal
  • how to create permanent alias in linux
  • bash how to set up aliases
  • how to add alias in linux
  • set alias in ubuntu
  • sudo !! alias
  • alias pc ubuntu ssh
  • linux alias bashrc
  • linux add alias
  • linux alias not saving
  • edit alias terminal
  • how to set alias in linux
  • How to use alias in Linux bash
  • edit alias terminal
  • linux preserve alias
  • alias command in linux
  • how to set alias in debian

  • create alias ubuntu 22.04

    0

    $ nano ~/.bashrc


    # inside the file .bashrc append

    alias my_alias='my command I dont want to type every time' 


    # CTRL+O to save on Nano

    # CTRL+X to exit Nano


    $ source ~/.bashrc


    $ my_alias

     

    Popularity 3/10 Helpfulness 4/10 Language shell
    Source: techpiezo.com
    Link to this answer
    Share Copy Link
    Contributed on Jun 01 2023
    Tiago Bordin
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.