Skip to content
Snippets Groups Projects
  1. Jun 02, 2024
  2. May 28, 2024
    • Jayryn's avatar
      Check if database symlink already exists · f4cfc77a
      Jayryn authored and 🥺's avatar 🥺 committed
      test -L $object [object exists and is a symbolic link (same as -h)]
      
      It is not recommended to use -h 
      [True if file exists and is a symbolic link. This operator is retained for compatibility with previous versions of this program. Do not rely on its existence; use -L instead.]
      f4cfc77a
  3. May 27, 2024
Loading