ubuntu:xargs:specify_the_delimiter
Ubuntu - xargs - Specify the Delimiter
Use the -d option.
echo "dir1,dir2,dir3" | xargs -d, | xargs mkdir
ubuntu/xargs/specify_the_delimiter.txt · Last modified: 2021/06/22 12:23 by peter
Use the -d option.
echo "dir1,dir2,dir3" | xargs -d, | xargs mkdir