LuanEdCosta / bash-experiments

Making some experiments with bash for study purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ’» Bash Experiments

This repository contains some bash scripts created for study purposes.

πŸ“— Learned Commands

  • du - The du (disk usage) command helps show how much space a file or directory takes up.
  • hostname - To check the DNS name of the current machine.
  • whoami - Use the whoami command to show the currently logged-in user for the shell session.
  • wc - The wc (word count) command counts the number of lines, words, and bytes in a file.
  • tr - The tr command is used to translate or delete characters.
  • whatis - You can use whatis to describe a command in one line.
  • bc - An arbitrary precision calculator language.

πŸ€“ Scripts

πŸ”— Useful Links

πŸ‘¨ Author

Luan Eduardo da Costa | Follow me on Linkedin

About

Making some experiments with bash for study purposes


Languages

Language:Shell 100.0%