apt-get is a package management command line tool. It is used to download, install & remove and update software packages that are on online repositories. On the other hand apt-cache is used to to search and get information about the…
Category: commands
Linux wc command: count characters, words, lines of a file
The wc command in unix/linux is used to print the number of characters, words, bytes and newlines of files or standard input. Syntax wc [OPTION] [FILE] Usage and examples: Here we will test the commands on a file named song.txt,…