#directories
4 posts tagged directories. Clear filter
-
How to Use the Ls Command on Linux or Mac OS X to Sort Files based on Second in the Timestamp
Here is the one liner. ls -lhtTr It will output something like total 24152 -rw-rw-r-- 1 sean staff 1.0M May 4 14:31:42 2019 4c2caf52cb084ea39a6a65a0e68ee382 -rw-rw-r-- 1 sean staff 1.0M May 4...
-
How to Use Python Shutil Make_Archive to Zip Up a Directory Recursively including The Root Folder
The documentation for Python's shutil.makearchive is very confusing. Considering that the arguments to this function only need to be source and destination, makes it even more frustrating to try...
-
Listing Files and Directories with PHP
Listing all files and directories using PHP 5.
-
Reading, Writing, Removing Files and Directories in Ruby
These aren't all of them, but I think they are some of the most useful.