News

With this command, you can use the -lh option and get the file size in Linux OS. when you use this option, you will get your file size in a human-readable format. In other words, you can see the file ...
18.1K. MediaInfo is a free and open source program used to display media files information on Linux, BSD, Mac OS and Microsoft Windows. It is also available for mobile platforms such as Android and ...
To find files of exact size, for example 30MB, run: $ find -size 30M. For more details, refer man pages. $ man find. Update: As one of the reader mentioned in the comment section below, the find ...
The wc command in Linux comes in handy whether you want to find the size of a file or count how many words or lines are in it. Let’s look at how you can count lines and words in Linux. Table of ...
There are a number of Linux commands that will display file system types along with the file system names, ... in size. Since ext, the other extended file systems – ext2, ext3 and ext4 – were ...
If you need to check the contents of a compressed text file on Linux, you don’t have to uncompress it first. Instead, you can use a zcat or bzcat command to extract and display file contents ...