283 tr "," "\n" peaknew.txt 334 grep phos phos.txt 365 grep fin peaknew.txt > finite.txt 367 grep food peaknew.txt > food.txt 369 grep fertilizer peaknew.txt > fertilizer.txt 371 grep fed peaknew.txt > fertilizer.txt 372 grep fertilizer peaknew.txt > fertilizer.txt 373 grep fed peaknew.txt > fed.txt 375 grep feed peaknew.txt > feed.txt 377 grep future peaknew.txt > future.txt 388 grep fertile peaknew.txt > fertile.txt 396 grep field peaknew.txt > field.txt 397 grep fork peaknew.txt > fork.txt 407 grep form peaknew.txt > form.txt 408 paste -d ' ' fed.txt feed.txt field.txt finite.txt food.txt fork.txt form.txt future.txt phos.txt | tr "." "\n" >peakPhospho1.txt 409 cat peakPhospho1.txt 410 python -c "import sys,random;x=sys.stdin.readlines();random.shuffle(x);sys.stdout.write(''.join(x))" random.txt 411 cat random.txt 500 cut -d ' ' -f 5 random.txt > phosX0.txt 463 cut -d ' ' -f 6,13 random.txt >phosX1.txt 480 cut -d ' ' -f 3,4,7,8 random.txt >phosX2rock.txt 481 cut -d ' ' -f 2,3,5,6 random.txt >phosX2scarce.txt 492 cut -d ' ' -f 8,9,10,11,12,13,14,15,16 random.txt >phosX4.txt 494 cut -d ' ' -f 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 random.txt >phosX8.txt 500 cat phosX0.txt phosX1.txt phosX2rock.txt phosX4.txt phosX8.txt > phosPoem.txt