Comment on Show HN: Pythonpy – the swiss army knife of the command lineparentComments−zokier12yOf course for this case, using shutil (or something similar) would be preferable. Eg ls | py -x "shutil.move(x, "%s.txt" % x)"
Comments
Of course for this case, using shutil (or something similar) would be preferable. Eg ls | py -x "shutil.move(x, "%s.txt" % x)"