How to work with Bash/ Shell [ Files & Directories] 2024 Tutorial

preview_player
Показать описание
#Bash #Tutorial #Shell #Linux #cmd #Files #Directory
Being able to work within a unix terminal and working with shell / bash is a important skill.
In this video I am going to show you how to work with files and directories in bash. You will lern how to change the directory, list the content and create empty files. We will also look into how to edit, remove, copy and move a file.
You will lern the most important commands to navigate within bash and work with files and directories. After this video you will be able to use commands like cd, ls, pwd, nano, mv, rmdir and a lot more.

Feel free to use the timestamps to jump within the video:

00:00 Introduction (PuttY Terminal)
00:58 Find current directory | pwd
01:20 Change directory | cd
02:21 List contenct of directory | ls
03:39 Create file | touch
04:13 Edit file | nano
05:10 Show file content | cat
05:30 Remove file | rm
06:04 Create directory | mkdir
07:10 Change into parent directory | cd ..
07:36 Remove directory | rmdir
08:25 Copy files | cp
10:28 Move files | mv
Рекомендации по теме
Комментарии
Автор

Feel free to use the timestamps below 👇to jump within the video :

00:00 Introduction (PuttY Terminal)
00:58 Find current directory | pwd
01:20 Change directory | cd
02:21 List contenct of directory | ls
03:39 Create file | touch
04:13 Edit file | nano
05:10 Show file content | cat
05:30 Remove file | rm
06:04 Create directory | mkdir
07:10 Change into parent directory | cd ..
07:36 Remove directory | rmdir
08:25 Copy files | cp
10:28 Move files | mv

alexiot