我对这个cut命令没有异议。
wolf@linux:~$ echo ab cd ef
ab cd ef
wolf@linux:~$ echo ab cd ef | cut -d ' ' -f 1
ab
wolf@linux:~$ echo ab cd ef | cut -d ' ' -f 2
cd
但是,当我尝试使用这样的不同输入的相同命令时,我没有得到预期的输出。
wolf@linux:~$ ip address show eth0 | grep 'inet '
inet 10.10.10.10/24 brd 10.10.10.25
我有一个txt文件,其中包含一些内容,我想使用linux命令将其转换为yml格式。
示例Txt文件
mac
linux
windows
我想要下面的输出。就像我想添加"os“关键字并通过linux命令将其转换为yml一样。
os:
- mac
- linux
- windows
有人能帮我弄到这个吗,谢谢
案文如下:
We will now present the Linux ls command
... here description of ls
We will now present the Linux cd command
... here description of cd
... more description
Done
下面的sed替换正则表达式应用于文本。
sed 's/.*Linux \(.*\) .*/\1:/' ex2.txt
,它提供以下输出
ls:
... here description of ls
cd:
...
我的输出如下所示:
Tag: abrodov_linux_vlsi07_test1
Global path: /net/vposeidon02/vlsifs/vlsi02/vlsi_ccstore/07/abrodov/abrodov_linux_vlsi07_test1.vws
Server host: ta1vlsi07
Region: tlv_unix
Active: YES
View tag uuid:26075e8c.4e2e11e4.9cc0.a4:ba:db:3c:fc:0e
View on host: ta1vlsi07
View server access
如何使用sed用文本替换空行?我尝试了一些早些时候发布的技巧,但它不起作用。有人能帮我吗?
示例文件内容-
Linux is an os.
Linux is opensource
Linux has various flavors like fedora,centos etc.
我想用像hello这样的文字来代替这些空白行。
我知道如何从文件中删除所有尾随空格,例如:
sed -i 's/ *$//' file
有没有办法做到这一点,而不是在只包含空格的行中?
精神上的某物:
sed -i 's/[a-zA-Z0-9;}{] *$/[a-zA-Z0-9;}{]/' file
^ keep the original characters
最好使用sed,但不是必须的。任何linux支持的解决方案都可以。
谢谢
# ldd /usr/bin/ffmpeg
linux-vdso.so.1 => (0x00007ffffc1fe000)
libavfilter.so.0 => not found
libpostproc.so.51 => not found
libswscale.so.0 => not found
libavdevice.so.52 => not found
libavformat.so.52 => not found
libavcodec.so.52 => not found
li
我之所以这样问,是因为我正试图在我的朋友频道中摆弄一个irc机器人,但无论如何都不能让它正常工作
基本上这个机器人是phenny,它有一个python解释器,我试图让它打印出字符串"linux open source linux open source“100次。
x = 9000; while x >1: x = x - 1; print "linux"
和
x=9000; while x>0: print 'linux'; x = x-1 .
到目前为止我已经尝试过了,我不确定如何才能在一行代码中完成所有这些。
我对Linux还比较陌生,所以这可能很简单,但是当我在git提交消息周围使用引号(单引号或双引号)时,单词就被当作文件名了。如何使用-m与消息中的空格-我不想使用vi。
user@linux:~/Documents/tmp$ git status
On branch master
Initial commit
Changes to be committed:
(use "git rm --cached <file>..." to unstage)
new file: afile
user@linux:~/Documents/tmp$ git
有两个文件file.txt和file1.txt
$ cat file.txt
Linux
Administration
Scripting
Tips and Tricks
Windows
Administration
Database
Administration of Oracle
Administration of Mysql
Security
Network
Online\
Security
Productivity\
Google Search\
Tips
"Web Based Time Tracking,
Web Based Todo list and
Reduce Key