Jan-11-2018, 05:17 AM
Hi all,
I am new to python and have a query in python as, how to run unix find command and need the output in a list.
I want to run this unix command and need an output in a list. is it possible?
I am new to python and have a query in python as, how to run unix find command and need the output in a list.
I want to run this unix command and need an output in a list. is it possible?
find /user/s/balaji/ -mtime +20 -type f | grep -v .ksh | grep -v .txtwill you please help me how to do this in python?