#!/bin/bash sort -g quantity_h.txt | sed '1d' > quantity.txt exit 0