Skip to main content
formatting
Source Link
Thomas Dickey
  • 79.3k
  • 9
  • 189
  • 290

You miss understandmisunderstand both the lsls command and redirection. lsls lists the files and directories given on the command line, iI don't believe it accepts any input from stdin. Redirection > >>> >> and << are ways to use a file to give input and collect output.

You miss understand both the ls command and redirection. ls lists the files and directories given on the command line, i don't believe it accepts any input from stdin. Redirection > >> and < are ways to use a file to give input and collect output.

You misunderstand both the ls command and redirection. ls lists the files and directories given on the command line, I don't believe it accepts any input from stdin. Redirection > >> and < are ways to use a file to give input and collect output.

Source Link

You miss understand both the ls command and redirection. ls lists the files and directories given on the command line, i don't believe it accepts any input from stdin. Redirection > >> and < are ways to use a file to give input and collect output.