when reading in a bunch of files represented by wild card
sac> r *.sac
the screen will display the whole list of all *.sac, which is very
annoying in the programming sense.
Anyone knows a way to suppress this output? Thanks.
Yun
-
Yun,
Try
SAC> wild echo off
The wild command controls the definition of wildcard characters if the wildcard results are displayed upon expansion.
Brian
On Jul 18, 2012, at 7:50 PM, Yun Wang wrote:
when reading in a bunch of files represented by wild card
sac> r *.sac
the screen will display the whole list of all *.sac, which is very annoying in the programming sense.
Anyone knows a way to suppress this output? Thanks.
Yun
_______________________________________________
sac-help mailing list
sac-help<at>iris.washington.edu
http://www.iris.washington.edu/mailman/listinfo/sac-help
-
That works! How great! Thank you, Brian.
On Thu, Jul 19, 2012 at 4:57 AM, Brian Savage <savage<at>uri.edu> wrote:
Yun,
Try
SAC> wild echo off
The wild command controls the definition of wildcard characters if the
wildcard results are displayed upon expansion.
Brian
On Jul 18, 2012, at 7:50 PM, Yun Wang wrote:
when reading in a bunch of files represented by wild card
annoying in the programming sense.
sac> r *.sac
the screen will display the whole list of all *.sac, which is very
Anyone knows a way to suppress this output? Thanks.
Yun
_______________________________________________
sac-help mailing list
sac-help<at>iris.washington.edu
http://www.iris.washington.edu/mailman/listinfo/sac-help
-