How do I see contents of a folder in Linux?
Table of Contents
See the following examples:
- To list all files in the current directory, type the following: ls -a This lists all files, including. dot (.)
- To display detailed information, type the following: ls -l chap1 .profile.
- To display detailed information about a directory, type the following: ls -d -l .
How do I list recent files in Linux?
List files, displaying the most recently created or changed files first, by using the ls -t command.
What is the command to list the contents of a directory in Unix and Unix like operating system?

The ls command
The ls command is used to list files or directories in Linux and other Unix-based operating systems. Just like you navigate in your File explorer or Finder with a GUI, the ls command allows you to list all files or directories in the current directory by default, and further interact with them via the command line.
Which command lists the contents of current directory of a disk?
Dir command
Dir command lists the directory of current location. It includes the files, subdirectories and some other system information.
How do I list files with today’s date?
Using the ls command, you can only list today’s files in your home folder as follows, where:

- -a – list all files including hidden files.
- -l – enables long listing format.
- –time-style=FORMAT – shows time in the specified FORMAT.
- +%D – show/use date in %m/%d/%y format.
How do you display the contents of a file in Linux terminal?
Cat. The cat utility is one of the most used commands for viewing file content in Linux. You can use the command for concatenating and printing standard file output. To view the contents of a file using cat, simply type the command name followed by the file you want to view.
How do I view the contents of a file or folder?
Alternative method
- Open the program you want to use to view the file.
- Once the program is opened, from the file menu, select Open or use the keyboard shortcut Ctrl + O .
- In the Open window, browse to the location of the file, select the file, and then click OK or Open.