News

In this how-to we will look at the find command and a range of additional arguments which will give us a variety of approaches to finding files and directories.
Identifying Files Larger Than a Specified Size in Linux In another article, we explained how to find files in Linux using the find command to search based on a filename or part of a filename.
It's fairly simple to find large files on your system using commands such as find, but if you're looking for directories over a certain size find won't help you. The Perl script presented here can ...
Working in multiple directories from a Linux command prompt can be a pain, but these quick tips on using the cd and pushd directory navigation commands can save you time and effort.
Conclusion Linux provides powerful command-line tools, such as grep and find, to assist you in searching and finding files based on specific text strings. These tools enable you to quickly locate ...
The root directory is the parent of all directories on the system. Root is similar to Windows C:\ directory. Also: I've used Linux for 30 years.
Jack Wallen is back with another Linux 101 tip. This time around he shows you how to list files and folders from the command line.