File: userlengths

package info (click to toggle)
fastdnaml 1.2.2-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 576 kB
  • ctags: 384
  • sloc: ansic: 3,927; sh: 549; makefile: 22
file content (8 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
#! /bin/sh
#
# userlengths shell script
#
if test $# -gt 0; then echo "Usage:  $0"; exit; fi
read first_line
echo "$first_line L"
cat -