Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
af/README
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
26 lines (19 sloc)
1.15 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: af | |
author: Miroslav Safr <miroslav.safr@gmail.com> | |
web: http://safrm.net/projects/af | |
description: Actual date Folder = create timestamp dir with optional name on linux/windows by 3 keyboard hits | |
content: | |
af ............ linux script for directory creation | |
aff ........... linux script for directory creation with counter | |
af.bat ........ windows script for directory creation | |
ax ............ linux script for text file creation | |
ax.bat ........ windows script for text file creation | |
install.sh .... executes linux installation to /urs/local/bin directory | |
on windows it is enough to copy to some folder which is on PATH (for example C:/WINDOWS/SYSTEM32) | |
usage: | |
af ............ without commandline line parameter it creates just ./2000_05_25 | |
af my_folder .. with string parameter it creates ./2000_05_25_my_folder | |
aff ........... without commandline line parameter it creates first empty ./2000_05_25_1 ./2000_05_25_2 | |
aff my_folder . with string parameter it creates ./2000_05_25_1_my_folder | |
ax ............ without commandline line parameter it creates just ./2000_05_25.txt | |
ax name ....... with string parameter it creates ./2000_05_25_name.txt | |