# Basic syntax: sed 's/.*//' your_file # Where: # - The row_number is the row your want to replace with the # replacement_text # - .* means match anything on that row (so it can be replaced)