1 shell script tagged "f1"
- Shell script utility to read a file line line
#!/bin/bash
# Shell script utility to read a file line line.
# Once line is read it can be process in processLine() function
# You can call script as follows, to read myfile.txt:
# ./readline myfile.txt
# Following example will read line from standard input device aka keyboard:
# ./readline
# ———————————————–
# Copyright (c) 2005 nixCraft <http://cyberciti.biz/fb/>
# This script is licensed under [...]
Viewing 1-1 of 1 shell scripts. ( see all popular tags )

