naming spreadsheet in command line

Leonid Spektor spektor at andrew.cmu.edu
Tue May 12 20:13:00 UTC 2020


There are several way to change the output file name. The first is a redirect way that looks like this:

mlu +d file.cha -f > out.xls

This will create "out.xls" output file. You should not use >> or >&, because the "out.xls" file has strict XML format that Excel can process.

The second way is to use +fS option like this.

mlu +d +fone file.cha

This will create output file "file.one.xls". The string (S) after +f option can be any word you want.


Leonid.

> On May 12, 2020, at 14:25, Janet Y Bang <jbang at stanford.edu> wrote:
> 
> Hello, 
> 
> Is there a way to name an output from the command line when it is spreadsheet? For example, when you use the command: mlu +d. I noticed that there was a redirection option (>, >> or >&) with the +f switch when the output would be a .txt file, but couldn't figure out a way for this to work for spreadsheets? 
> 
> Thank you,
> Janet
> 
> --
> Janet Y. Bang, Ph.D.
> Postdoctoral Fellow
> Department of Psychology
> Stanford University
> 
> jbang at stanford.edu <mailto:jbang at stanford.edu>
> 
> 
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups "chibolts" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to chibolts+unsubscribe at googlegroups.com <mailto:chibolts+unsubscribe at googlegroups.com>.
> To view this discussion on the web visit https://groups.google.com/d/msgid/chibolts/BYAPR02MB5285DE56CF6F655E8F38478CD7BE0%40BYAPR02MB5285.namprd02.prod.outlook.com <https://groups.google.com/d/msgid/chibolts/BYAPR02MB5285DE56CF6F655E8F38478CD7BE0%40BYAPR02MB5285.namprd02.prod.outlook.com?utm_medium=email&utm_source=footer>.

-- 
You received this message because you are subscribed to the Google Groups "chibolts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chibolts+unsubscribe at googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/chibolts/EF6DD702-3A41-4CF2-A51B-C10265B379A8%40andrew.cmu.edu.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.linguistlist.org/pipermail/chibolts/attachments/20200512/5ddf0a18/attachment.htm>


More information about the Chibolts mailing list