bash hapus baris terakhir file

# Basic syntax:
sed -i '$d' input_file

# Note, -i means that the input_file will be modified in place
Charles-Alexandre Roy