About 1,250,000 results
Open links in new tab
  1. What does the "ls -1" command do? - Unix & Linux Stack Exchange

    Jul 19, 2018 · In my current directory, I execute the command: ls -1 and it gives a list of the current directory contents. In the same directory, I repeat the command: ls and it gives me the same result, …

  2. What do the fields in ls -al output mean? - Unix & Linux Stack Exchange

    Nov 29, 2013 · The ls -al command shows the following output; -rwxrw-r-- 10 root root 2048 Jan 13 07:11 afile.exe What are all the fields in the preceding display?

  3. Top 10 Most Outrageous LS Swaps We've Seen in 2025

    Aug 21, 2025 · While we've seen our fair share of LS swaps in Porsche 911 models over the years, ScrapLife Garage's is a bit more interesting than most for one good reason - they managed to do it in …

  4. l, ls & la -- what are the differences, and are there more of these ...

    Most likely they are aliased to something already existing. AFAIK, there is no la or l commands. Try \la and \l to bypass possible aliases.

  5. Conversions & Swaps - LS1TECH - Camaro and Firebird Forum Discussion

    Dec 21, 2018 · Conversions & Swaps - GM Performance LS swap, LT swap, and LSX swap discussion, how-to guides, and technical help.

  6. Marketplace - LS1TECH - Camaro and Firebird Forum Discussion

    4 days ago · Marketplace - GM Performance Parts and Cars For Sale Classifieds. Browse new listings, post your items for sale, or list a wanted ad.

  7. How to list files in windows using command prompt (cmd). I've tried ...

    When I tried to use list ls on a Windows command prompt, the system doesn't recognize it. I already added C:\\Windows\\System32 in the path.

  8. How to list files without directories, and filter by name (ls options)

    GNU ls (i.e. the ls command on non-embedded Linux systems and Cygwin, also available on some other unices) has an option to hide some files, based on their names. There's no way to ignore …

  9. How do I do a ls and then sort the results by date created?

    Mar 26, 2014 · In what order are the dated ordered by? Certainly not alphanumeric order. ls -lt sorts by modification time. But I need creation time.

  10. unix - Sort 'ls' output by name - Stack Overflow

    155 My ls sorts by name by default. man ls states: List information about the FILEs (the current directory by default). Sort entries alphabetically if none of -cftuvSUX nor --sort is specified.