Lines Matching refs:file
27 -i Edit each file in place (-iEXT keeps backup file with extension EXT)
48 line of each file, otherwise just the last line of the last file.) A single
52 each file can match. The second address can be +N to end N lines later.
129 r [file] Append contents of file to output before attempting to read
148 w [file] Write (append) line to file if match replaced
155 w [file] Write (append) line to file
254 // Apply pattern to line from input file
259 int file;
272 // file matches $ (unless we're doing -i).
357 a->file = c=='r';
634 if (append->file) {
652 // Callback called on each input file