Revision history of "Ls command"

From Notes_Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 06:13, 7 October 2022Saurabh talk contribs 603 bytes +603 Created page with "Home > Shell scripting > ls command =Get full time along with year information in ls -l output= Normally '<tt>ls -l</tt>' output only prints date (day) and month and not year information of file last modification, access or change time. If the file is modified today itself it prints hour:minute information. To list year, seconds, Microseconds also use: <pre> ls -l --full-time </pre> Refer: * https://stackoverflow.com/questions/13999300/bash-ls-..."