Generate XDS.INP: Difference between revisions

Line 890: Line 890:
An easy way to check for missing programs is
An easy way to check for missing programs is
  which ls grep egrep awk cut cat echo wc bc head sed tail cp od python strings h5dump
  which ls grep egrep awk cut cat echo wc bc head sed tail cp od python strings h5dump
A command that should go a long way in providing all these tools for RedHat-derived distros is (as root)
yum -y install coreutils binutils gawk sed bc grep python hdf5
and for Ubuntu this would be (untested!)
sudo apt-get install coreutils binutils gawk sed bc grep python hdf5-tools


== Limitations ==
== Limitations ==
2,652

edits