search for: input_seen

Displaying 1 result from an estimated 1 matches for "input_seen".

Did you mean: input_len
2006 Apr 08
0
[WIP] rebuild initramfs when content changes
...quot; | cut -d ' ' -f 3 fi elif [ -d "$1" ]; then dir_filelist "$1" else echo " ${prog}: Cannot open '$1'" >&2 exit 1 fi } prog=$0 root_uid=0 root_gid=0 file_list= cpio_file= cpio_list="/dev/stdout" output_file="" input_seen= arg="$1" case "$arg" in "-l") file_list="list_" shift ;; "-o") shift output_file="$1" cpio_list="$(mktemp /tmp/cpiolist.XXXXXX)" shift ;; esac while [ $# -gt 0 ]; do arg="$1" shift case "$arg...