Guest User

Untitled

a guest
Oct 19th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. 1 4996 0.03907811 0.19369659 -10.43580084 0.00150707 0.00836902 0.06697258
  2. 1 4997 0.06213154 0.17373333 -10.98540609 0.00213014 0.00556877 0.15361369
  3. 1 4998 -0.00284978 0.19418451 -8.81547738 0.00016505 0.00741737 0.00777931
  4. 1 4999 -0.02047544 0.19574268 -9.12692867 -0.00059062 0.00632552 0.03357265
  5. 1 5000 -0.01769435 0.18560835 -13.15854481 -0.00038595 0.00540918 0.02543350
  6. 2 1 0.04259550 0.20256840 -10.98339784 0.00120126 0.00529516 0.08590396
  7. 2 2 -0.10782050 0.17555969 -9.13783036 -0.00355861 0.00689091 0.21784244
  8. 2 3 0.02548854 0.18571440 -15.42307129 0.00006131 0.00291038 0.00736142
  9. 2 4 0.03084782 0.17813247 -11.99911720 0.00109688 0.00630034 0.06459986
  10.  
  11. awk '($1==1){print $4>FILENAME"_env1"}'anacovis2_{1..3300}_summary_betai_reg.out
  12.  
  13. awk '($1==2){print $4>FILENAME"_env2"}'anacovis2_{1..3300}_summary_betai_reg.out
  14.  
  15. for i in {1..26};
  16. do awk '($1==i){print $4>FILENAME"_i"}'anacovis2_{1..3300}_summary_betai_reg.out
  17. done
Add Comment
Please, Sign In to add comment