list folder – POFTUT

Linux ls Command Tutorial To List Files and Directories

ls is base command provided by all Linux distributions. We can use ls command to list files, folders or directories. In this tutorial we will look different use cases about ls. List Files and Directories We will start with a simple example. We will use ls command without an option. This will list regular files and directories of … Read more

How To Navigate, List Files and Directories In Windows Command Line With Dir?

Windows operating system provides command line tool named MS-DOS. This command line have different tools and capabilities for daily operations. We will look some simple steps about usage like navigation, list files and directories etc. We will mainly use dir command for this tutorial. Help Help information about dir command can be listed like below. $ dir … Read more