Searched refs:start_line (Results 1 – 1 of 1) sorted by relevance
126 local start_line="$(grep -n -F "${start_delim}" "${dst_file}" | cut -d: -f1)"130 (( start_line-- ))135 if [[ -z "$start_line" ]]; then147 if [[ "$start_line" -ge "$end_line" ]]; then148 echo "Starting delim later than ending delim: $start_line vs $end_line" >& 2157 head -n "$start_line" "${dst_file}" > "${tmp_name}"