Undertanding IFS and making it work with ascii or any unique seperator

前端 未结 0 417
独厮守ぢ
独厮守ぢ 2021-01-13 03:02

I am currently doing this

#!/bin/bash
IFS=$\'\\01\'
python3 test.py --test\\x01test

test.py is a CLI program. I would expect this to separate

相关标签:
回答
  • 消灭零回复
提交回复
热议问题