cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
lala
Level IX

如何用脚本获取同一个文件夹中多个文本文件的行数合计?

大家好!

指定路径中多个文本格式的文件、都是数字格式的数据。设定有不同行数、都有制表符间隔的三列。

 

如何用脚本获取这些文本文件的行数合计?谢谢!

 

2 REPLIES 2
lala
Level IX

回复: 如何用脚本获取同一个文件夹中多个文本文件的行数合计?

*.txt

2022-03-02_17-03-45.png

lala
Level IX

回复: 如何用脚本获取同一个文件夹中多个文本文件的行数合计?

只能打开文件、获取行数、关闭。再打开一个文件、这样逐渐逐个合计吗?

Recommended Articles