Top "Ls" questions

A utility in Unix-like systems such as Linux used for listing files and directories.

Windows equivalent for Unix find command to search multiple file types

While having a cygwin installed in windows gives most of unix command, still i was wondering how to search multiple …

windows unix command-line find ls
first two results from ls command

I am using ls -l -t to get a list of files in a directory ordered by time. I would …

linux search limit ls
How to display only files from aws s3 ls command?

I am using the aws cli to list the files in an s3 bucket using the following command (documentation): aws …

linux amazon-web-services amazon-s3 ls aws-cli
Is there a way of listing the contents of the local directory in ftp?

lcd changes local directories. ls lists files on remote directory. What I would like is lls, to list files on …

ftp ls
Cygwin ls command not found

This is a question that I self-answered on my tech blog where I keep the tech-tips which I need to …

path cygwin ls
pass output as an argument for cp in bash

I'm taking a unix/linux class and we have yet to learn variables or functions. We just learned some basic …

linux bash unix ls cp
List all files (with full paths) in a directory (and subdirectories), order by access time

I'd like to construct a Linux command to list all files (with their full paths) within a specific directory (and …

linux bash find ls
List only certain files in a directory matching the word BOZO and ending with either '123' or '456'

I'm trying to figure out how to get a list of file names for a file named BOZO but ending …

unix find grep ls
Implementing the ls -al command in C

As a part of an assignment from one of my classes, I have to write a program in C to …

c linux file ls stat
what does terminal command: ls -l show?

I know that it outputs the "long" version but what do each of the sections mean? On my mac, when …

macos unix terminal ls