Media Summary: sort file name arrange the contents of file in alphabetic order sort -r file name arrange the contents of file alphabetically in reverse ... man- like help command of dos. ls- like dir of dos. lists the files and directories of current working directory. pwd- print working ... diff file1 file2 this command gives the difference of two file . diff -y file1 file1 this command compares line by line both the files and ...

Linux Session 7 2024 05 - Detailed Analysis & Overview

sort file name arrange the contents of file in alphabetic order sort -r file name arrange the contents of file alphabetically in reverse ... man- like help command of dos. ls- like dir of dos. lists the files and directories of current working directory. pwd- print working ... diff file1 file2 this command gives the difference of two file . diff -y file1 file1 this command compares line by line both the files and ... uniq file-name -This removes the adjacent duplicacy. Independently not useful. this command is useful with sort command as sort ... chown Owner file This changes the owner of the file chown Owner:group file This changes the owner and group of the file chown ... wc filename gives full detail line, words, byte details. wc -l filename gives line details only. wc -w filename gives total words in the ...

chmod can be used in 2 ways. The first is using symbolic arguments, the second is using numeric arguments. Let's start with ... mkdir - create folders or directories. create multiple nested folders by adding -p option. rmdir- delete an empty folder or multiple ... following echo commands have been used : echo "Hello" -this displays Hello on the screen. echo Hello -this also displays the ...

Photo Gallery

Linux Session-7 2024 05 27 14 25 48 This session covers "sort" command
Linux Session-1 2024 05 17 15 07 49  This session includes man, ls, pwd, cd and clear commands.
Linux Session 1-4 Recap 2024 05 25 21 24 05 This session recaps session 1-4.
Linux Session-9 2024 05 29 13 15 21 This session covers "diff" command
Linux Session-8 2024 05 28 12 49 12 This session covers "uniq" command
Linux Session-11 2024 05 31 15 22 52 This session covers "chown" command
Linux Session-5 2024 05 24 16 15 40 This session covers wc command
Linux Session-4 Part-4 2024 05 23 13 29 46 This session covers less and tail commands
2024 05 07 20 15 03
60 Linux Commands you NEED to know (in 10 minutes)
Linux Session-12 2024 06 01 10 46 54 This session covers "chmod" command
Linux-Session-2 2024 05 18 13 32 18 This session covers mkdir, rmdir, mv, cp and open commands
View Detailed Profile
Linux Session-7 2024 05 27 14 25 48 This session covers "sort" command

Linux Session-7 2024 05 27 14 25 48 This session covers "sort" command

sort file name arrange the contents of file in alphabetic order sort -r file name arrange the contents of file alphabetically in reverse ...

Linux Session-1 2024 05 17 15 07 49  This session includes man, ls, pwd, cd and clear commands.

Linux Session-1 2024 05 17 15 07 49 This session includes man, ls, pwd, cd and clear commands.

man- like help command of dos. ls- like dir of dos. lists the files and directories of current working directory. pwd- print working ...

Linux Session 1-4 Recap 2024 05 25 21 24 05 This session recaps session 1-4.

Linux Session 1-4 Recap 2024 05 25 21 24 05 This session recaps session 1-4.

This

Linux Session-9 2024 05 29 13 15 21 This session covers "diff" command

Linux Session-9 2024 05 29 13 15 21 This session covers "diff" command

diff file1 file2 this command gives the difference of two file . diff -y file1 file1 this command compares line by line both the files and ...

Linux Session-8 2024 05 28 12 49 12 This session covers "uniq" command

Linux Session-8 2024 05 28 12 49 12 This session covers "uniq" command

uniq file-name -This removes the adjacent duplicacy. Independently not useful. this command is useful with sort command as sort ...

Linux Session-11 2024 05 31 15 22 52 This session covers "chown" command

Linux Session-11 2024 05 31 15 22 52 This session covers "chown" command

chown Owner file This changes the owner of the file chown Owner:group file This changes the owner and group of the file chown ...

Linux Session-5 2024 05 24 16 15 40 This session covers wc command

Linux Session-5 2024 05 24 16 15 40 This session covers wc command

wc filename gives full detail line, words, byte details. wc -l filename gives line details only. wc -w filename gives total words in the ...

Linux Session-4 Part-4 2024 05 23 13 29 46 This session covers less and tail commands

Linux Session-4 Part-4 2024 05 23 13 29 46 This session covers less and tail commands

commands used are taken from

2024 05 07 20 15 03

2024 05 07 20 15 03

2024 05 07 20 15 03

60 Linux Commands you NEED to know (in 10 minutes)

60 Linux Commands you NEED to know (in 10 minutes)

Get yourself a

Linux Session-12 2024 06 01 10 46 54 This session covers "chmod" command

Linux Session-12 2024 06 01 10 46 54 This session covers "chmod" command

chmod can be used in 2 ways. The first is using symbolic arguments, the second is using numeric arguments. Let's start with ...

Linux-Session-2 2024 05 18 13 32 18 This session covers mkdir, rmdir, mv, cp and open commands

Linux-Session-2 2024 05 18 13 32 18 This session covers mkdir, rmdir, mv, cp and open commands

mkdir - create folders or directories. create multiple nested folders by adding -p option. rmdir- delete an empty folder or multiple ...

Linux Session-10 2024 05 30 09 33 28 This session covers "echo" command

Linux Session-10 2024 05 30 09 33 28 This session covers "echo" command

following echo commands have been used : echo "Hello" -this displays Hello on the screen. echo Hello -this also displays the ...