# script "xpowlist" # # This script reads the data directory and creates the "list" directories # required by the freq program and puts them in the /Data directory # # This script must be run in the /Data directory # ls -1 ppi2*.ncp >> list_ppi2_ncp ls -1 ppi2*.phdp >> list_ppi2_phdp ls -1 ppi2*.sw >> list_ppi2_sw ls -1 ppi2*.vdbz >> list_ppi2_vdbz ls -1 ppi2*.vel >> list_ppi2_vel ls -1 ppi2*.hdbz >> list_ppi2_hdbz ls -1 ppi_*.ncp >> list_ppi_ncp ls -1 ppi_*.phdp >> list_ppi_phdp ls -1 ppi_*.sw >> list_ppi_sw ls -1 ppi_*.vdbz >> list_ppi_vdbz ls -1 ppi_*.vel >> list_ppi_vel ls -1 ppi_*.hdbz >> list_ppi_hdbz ls -1 rhi*.ncp >> list_rhi_ncp ls -1 rhi*.phdp >> list_rhi_phdp ls -1 rhi*.sw >> list_rhi_sw ls -1 rhi*.vdbz >> list_rhi_vdbz ls -1 rhi*.vel >> list_rhi_vel ls -1 rhi*.hdbz >> list_rhi_hdbz