Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 6 Next »



More Intermediate Features

  • Environment Variables: Define the behavior of the environment: Try:

    • echo $HOME

    • echo $USER

    • echo $SHELL

    • echo $PATH

  • File searching/manipulation

    • sed: stream editor for filtering and transforming text

    • gawk: pattern scanning and processing language

  • Ability to update file permission and ownership: chmod/chown

    • User-case of sharing files/folders.


More Intermediate Features

  • Aliases in .bashrc.

    • Create short-cuts of popular/frequently used commands.

  • Text editors: vi/vim/nano

    • vimtutor

    • touch

  • Remote access with ssh.


Next Steps, Suggestions


Further Trainings: UWYO LinkedIn

  • Introduction to Linux

  • Learning Linux Command Line

  • Linux: Files and Permissions

  • Linux: Over and Installation

  • Learning Linux Shell Scripting


Request an Account with ARCC

image-20240522-200611.png

Summary

In this workshop we have:

  • How to search for a string within a file.

  • How to find a file.

  • How to redirect the output of a command into a file.

  • How to use pipes to direct the output of one command as the input into another command.

 


Next Steps

  

  • No labels