I get list of folders using os.listdir..
os.listdir
python -c "import os; print os.listdir(os.getcwd())"
I want to pipe the outpu