Search found 2 matches
- Mon Aug 24, 2020 12:02 pm
- Forum: General
- Topic: Compiling with shell-escape safely - or equivalent.
- Replies: 2
- Views: 3526
Compiling with shell-escape safely - or equivalent.
Thank you for your answer I did not know regex was possible I'll look into using it with something like texosquery.
- Sun Aug 23, 2020 9:40 pm
- Forum: General
- Topic: Compiling with shell-escape safely - or equivalent.
- Replies: 2
- Views: 3526
Compiling with shell-escape safely - or equivalent.
I need to read some files, and get some specific information from them using something like regex, at compile time. I don't think this is possible without shell-escape enabled, as i will have to run an external shell script. My problem is that i often compile files without knowing their content, so ...