Find the path of a shell command

Grant Edwards grant.b.edwards at gmail.com
Wed Oct 12 17:02:04 EDT 2022


On 2022-10-12, 2QdxY4RzWzUUiLuE at potatochowder.com <2QdxY4RzWzUUiLuE at potatochowder.com> wrote:
> On 2022-10-12 at 17:43:18 +0100, Paulo da Silva <p_d_a_s_i_l_v_a_ns at nonetnoaddress.pt> wrote:
>>
>> > Probably you could use os.unlink[1] with no problem.
>>
>> No, because I need to launch several rm's that keep running after the script
>> ends.
>
> rm doesn't take that long.

Recursive ones can take a long time.



More information about the Python-list mailing list