Selaa lähdekoodia

Limit hexdump output

Alois Mahdal 9 vuotta sitten
vanhempi
commit
333bde5c54
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      libexec/saturnin-clip

+ 1
- 1
libexec/saturnin-clip Näytä tiedosto

@@ -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"