1
0
mirror of https://asciireactor.com/otho/cloudy-agn.git synced 2025-03-01 06:55:05 +00:00
cloudy-agn/scripts/operations/orient_to_phi.sh

5 lines
126 B
Bash
Raw Normal View History

#!/bin/bash
head -n1 $1
sed -n 2p $1|awk '{print $2,$1,$3}'
sed -n 3,`wc -l $1|cut -f1 -d' '`p $1|awk '{print $2,$1,$3}'|sort