这些是我的样本文件
user@linux:~$ ls -l | cut -d ' ' -f 10-
01. old Name.txt
02. old Name.txt
03. old Name.txt
test.txt
user@linux:~$
这就是我想做的。
user@linux:~$ for output in *'old Name'*; do echo $output; done
01. old Name.txt
02. old Name.txt
03. old Name.txt
user@linux:~$
因为实际的代码多次使用old Name
我有一个文本文件,我想打印每一个字(多个字符)在新的行。如果一个单词由单个字符组成,则必须将其作为以下单词的一部分处理,并将其打印在新行上。如果它在两个单词之间,它必须跟随第二个单词。示例:
Unix & Linux Stack Exchange is a question and answer site for users of Linux,
输出
Unix
& Linux
Stack
Exchange
is
a question
and
answer
site
for
users
of
Linux
我在报告字段中有这样一组字符串:
cpe:/o:redhat:enterprise_linux:7
cpe:/o:centos:centos:7
我需要提取单词在最后一个冒号"“之后
ie.cpe:/o:centos:centos:7 -> should transform as centos:7
cpe:/o:redhat:enterprise_linux:7 -> should transform as enterprise_linux:7
中有一些正则表达式
REGEXP_EXTRACT(string,[^\:]+$) -> which gives me
我有一台有Windows 7的索尼Vaio笔记本电脑,我在windows里面安装了一个Linux (我有一个带有windows和Linux的系统)。我在Windows的计算机上创建一个新的分区。但是在重启系统后,没有启动,屏幕上有一条消息:
GNU GRUB version 0.97-71.fc15 ( 634k lower /3651056k upper memory Minimal BASH-like line editing is supported for the first word, TAB lists possible command completions Anywhere e