I am supposed to design a GUI for ls, where the user could select these options from pull down menus. After the user selects options, clicking on go should run the ls.
The way I am understanding this is that could either use a text widget or labels.
Here is the problem, I have no idea what the popen3 function does.
Any help is greatly appriciated.