Skip to main content

# echo "test,test,test" | cut -d',' --output-delimiter=' ' -f1-
test test test

Category