mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
Auto-approved: ``` ["nl", "-ba", "README.md"] ["sed", "-n", "1,200p", "filename.txt"] ["bash", "-lc", "sed -n '1,200p' filename.txt"] ["bash", "-lc", "nl -ba README.md | sed -n '1,200p'"] ``` Not auto approved: ``` ["sed", "-n", "'1,200p'", "filename.txt"] ["sed", "-n", "1,200p", "file1.txt", "file2.txt"] ```