linux:ubuntu_comma_seperated_list
Ubuntu Create Comma Seperated List From File
cat textfile | xargs | sed -e 's/ /,/g'
linux/ubuntu_comma_seperated_list.txt · Last modified: 24/11/2023 12:17 by Allan
cat textfile | xargs | sed -e 's/ /,/g'