Skip to content

Needed solutions

linux-shell-base edited this page Dec 3, 2017 · 13 revisions

This is a list of needed solutions for Shell.

Scripts

Linux

File management

  • 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.

Functions

Applications

Databases

  • Generic application server management functions for the WildFly application server (e.g. deploying/undeploying, listing and clearing application files)
Clone this wiki locally