Answers for "sort command not working in script"

0

sort command not working in script

#!/bin/bash
export LANG='en_GB.UTF-8'
export LC_ALL='en_US.UTF-8'
mongoexport --type=csv ${QUERY} | /usr/bin/sort > export.csv
Posted by: Guest on August-13-2021

Code answers related to "sort command not working in script"

Browse Popular Code Answers by Language