You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adrianbartyczak edited this page Apr 7, 2018
·
13 revisions
This is a list of needed or currently in progress solutions for Gnu-linux-shell-use.
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
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.