Skip to content

Instantly share code, notes, and snippets.

@andreagrioni
Created May 25, 2021 10:39
Show Gist options
  • Save andreagrioni/cb144b2ce0dc95c93af0a0ed0f0c84d2 to your computer and use it in GitHub Desktop.
Save andreagrioni/cb144b2ce0dc95c93af0a0ed0f0c84d2 to your computer and use it in GitHub Desktop.
# remove starting lines till pattern
# this can be used to clean the adat file from headers and make it
# compatible as input to SODA
sed -e '1,/TABLE_BEGIN/d' file_input.adat > file_output.adat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment