gpt4 book ai didi

regex - bash:如何从字符串的开头提取文本到第一个数字?

转载 作者:行者123 更新时间:2023-11-29 09:30:23 25 4
gpt4 key购买 nike

<分区>

我有一堆这样命名的文件:

text 01 (blabla) other text
text 02 (whatever) other text
.
.
text 025 (etc) other tex

some text 1 (20031020) other text
some text 2 (20031022) other text
.
.
some text 10 (20031025) other text

some new text 01 other text
.
.
.
some new text 200 other text

我只想从文件名中提取第一个数字之前的单词,所以从上面的例子中我想获得:

text
some text
some new text

我想这样做是为了根据文件名移动所属文件夹中的每个文件(如果文件夹不存在则创建该文件夹)。

我想用 bash 做到这一点,我知道它可以使用正则表达式来完成,但我不知道怎么做,我只看到了字段由已知字符分隔的示例,而在这种情况下,限制是空格后跟任意数字。

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com