tag: 'command-line: ls'

Narrow your search:

    Log in Sign up
    2 Matching Annotations
    1. Feb 2024
    2. unix.stackexchange.com unix.stackexchange.com
      No such file or directory error when using xargs
      1
      1. TylerRick 21 Feb 2024
        in Public
        The ls command doesn't expand wildcards, it's the shell that does. Do not parse the output of ls, it's practically never needed and often breaks something.
        command-line: ls best practices command-line: ls: do not parse the output of ls
      Visit annotations in context

      Tags

      • command-line: ls: do not parse the output of ls
      • command-line: ls
      • best practices

      Annotators

      • TylerRick

      URL

      unix.stackexchange.com/questions/52755/no-such-file-or-directory-error-when-using-xargs
    3. stackoverflow.com stackoverflow.com
      xargs -I {} ls {}* : cannot access no such file or directory
      1
      1. TylerRick 21 Feb 2024
        in Public
        DO NOT PARSE LS.
        command-line: ls caveat best practices
      Visit annotations in context

      Tags

      • command-line: ls
      • best practices
      • caveat

      Annotators

      • TylerRick

      URL

      stackoverflow.com/questions/64225337/xargs-i-ls-cannot-access-no-such-file-or-directory
    Share:
    Group. Only group members will be able to view this annotation.
    Only me. No one else will be able to view this annotation.
    Hypothes.is
    • About
    • Blog
    • Bioscience
    • Education
    • Jobs
    • Help
    • Contact
    • Terms of Service
    • Privacy Policy