The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 4,523     Votes:  6 
Tags: command-line   ls  
Link: 🔍 See Original Answer on Ask Ubuntu ⧉ 🔗

URL: https://askubuntu.com/q/889549
Title: What does `ls --directory` stand for?
ID: /2017/03/04/What-does-_ls-directory_-stand-for_
Created: March 4, 2017
Upload: April 8, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


Using ls -d by itself is fairly useless because without a parameter it always returns .. After you specify a parameter it makes sense though. For example if your user name is rick and you want to see all the directories in your home use:

$ ls -d /home/rick/*/
/home/rick/AAC/        /home/rick/EnhanceIO/         /home/rick/silentcast/
/home/rick/assembly/   /home/rick/EnhanceIO-master/  /home/rick/Templates/
/home/rick/bin/        /home/rick/log/               /home/rick/test/
/home/rick/Desktop/    /home/rick/Music/             /home/rick/tmpe/
/home/rick/Documents/  /home/rick/Pictures/          /home/rick/Videos/
/home/rick/Downloads/  /home/rick/Public/
⇧ How to set Rhythmbox default for mp3 [Not working] Is there a command to display a Calendar in the terminal?  ⇩