Scripts posted recently tagged to equivalent in Kelpi

1- 1 of 1.

Python equivalent to "ls -lagFR"

to Recursively traverse list all hidden detailed files directories directory dir tree python equivalent ls -lagFR by anonymous

#!/usr/bin/env python
# Copyright 2008 by Aidin Abedi <fooguru@msn.com>
# Some parts are modifications of http://www.pixelbeat.org/talks/python/ls.py
# This script is essentially equivalent to "ls -lagFR"
# It recursively prints details of all (even hidden) files in a directory
hits counter