Skip to content

Commit

Permalink
Updated documentation of add_columns_to_qp_file.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
javieralmonacid committed Jan 24, 2025
1 parent 3b0cc59 commit 7c53dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add_columns_to_qp_file.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Usage: ./add_columns_inplace.sh file.csv col1 val1 col2 val2 ...
# Usage: bash add_columns_to_qp_file.sh file.csv col1 val1 col2 val2 ...

FILE=$1
TEMP_FILE=$(mktemp)
Expand Down

0 comments on commit 7c53dd5

Please sign in to comment.