-
Notifications
You must be signed in to change notification settings - Fork 3
Needed solutions
linux-shell-base edited this page Dec 3, 2017
·
13 revisions
This is a list of needed solutions for Shell.
-
Find all exectuable files and print their parent directories.
Usage:
ffepd <directory>
-
Move all recursively found files matching a given name to another directory. The file name must allow regex.
Usage:
ffmv <file name> <new directory>
Note: These solutions do not have to support file names with spaces.
- Generic application server management functions for the WildFly application server (e.g. deploying/undeploying, listing and clearing application files)