Explorar el Código

Limit hexdump output

Alois Mahdal hace 9 años
padre
commit
333bde5c54
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      libexec/saturnin-clip

+ 1
- 1
libexec/saturnin-clip Ver fichero

@@ -50,7 +50,7 @@ lsclips() {
50 50
                     hint=$(head -c 80 $name | tr '\n' '↵')
51 51
                     ;;
52 52
                 *)
53
-                    hint=$(head -c 16 $name | hexdump -C)
53
+                    hint=$(head -c 16 $name | hexdump -C | head -1)
54 54
                     ;;
55 55
             esac
56 56
             echos "$(basename $name) || $ft || $hint"