Qual è l'opzione per emettere le informazioni sulla versione di LS?
risposto come: Qual è l'opzione per mostrare le informazioni sulla versione di LS?
Dipende dalla versione di ls(1) che state eseguendo. Se è basata su BSD dovrai usare il comando strings(1). If it’s GNU based, —version will work.
On my Mac I see:
- % strings /bin/ls | head -5
- : src/bin/ls/cmp.c,v 1.12 2002/06/30 05:13:54 obrien Exp
- @(#) Copyright (c) 1989, 1993, 1994
- The Regents of the University of California. Tutti i diritti riservati.
- : src/bin/ls/ls.c,v 1.66 2002/09/21 01:28:36 wollman Exp
- : src/bin/ls/print.c,v 1.57 2002/08/29 14:29:09 keramida Exp
- % /usr/local/opt/coreutils/libexec/gnubin/ls --version
- ls (GNU coreutils) 8.32
- Copyright (C) 2020 Free Software Foundation, Inc.
- Licenza GPLv3+: GNU GPL versione 3 o successiva .
- Questo è software libero: sei libero di modificarlo e ridistribuirlo.
- There is NO WARRANTY, to the extent permitted by law.
- Written by Richard M. Stallman and David MacKenzie.