Skip to content

Needed solutions

adrianbartyczak edited this page Jan 28, 2018 · 13 revisions

This is a list of needed or currently in progress solutions for General-purpose-computing.

File management

Note: File management solutions do not have to support file names with spaces.

Movement

  • Move all recursively found files matching a name to a directory. The file name must allow regex.

     Type:
      One-liner
     Status:
      Expected mid-2018

Text manipulation

Formatting

  • Align all lines or the specified lines of a file to a specific length. The solution should also account for a reoccurring string at the beginning of each line.

     Type:
      Script
     Usage:
      aligntext [-r|--recursive] <length> <file_name> [start_line-end_line]
     Status:
      Expected mid-2018

Application management

Database

  • Application server management functions for the WildFly application server (e.g. deploying/undeploying, listing and clearing application files)

     Type:
      Functions script
     Status:
      Expected Februrary 2018

Clone this wiki locally