Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update files_and_directory.md #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sec2/files_and_directory.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ There's a new implementation of `cat` (short for concatenate) written in the [Ru
sudo apt -y install bat
```

Upon installing the software above, note that the installed application uses `batcat` and not bat [as one would expect](https://www.linode.com/docs/guides/how-to-install-and-use-the-bat-command-on-linux/).

#### cp: Copy Files

The `cp` command copies files. The Format of the `cp` command is:
Expand Down