• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Search

csh

Adding path in csh

January 8, 2022

How to add path in csh. Open or create .cshrc file. Add to an existing path.

set path = ( /home/ubuntu $path )

set path = ( /home/ubuntu $path )

Activate.

source .cshrc

source .cshrc

Filed Under: Linux Tagged With: add, csh, path

Add alias in csh

January 8, 2022

How to add an alias in csh. Edit .cshrc file. Add an alias.

alias hello ls -l

alias hello ls -l

Load.

source .cshrc

source .cshrc

Filed Under: Linux Tagged With: add, alias, csh

  • Home
  • About
  • Search

Copyright © 2023