# Given a string s, return the number of unique non-empty substrings of s are present in base. # start from a, we have all substrings with length 1-23 # start from b, we have all substrings with ...
This script should catch all "jane" lines inside list.txt and store them in another text file called oldFiles.txt. takes oldFiles.txt as a command line argument and then renames files with the new ...