我是Linux的新手,我还在学习命令。我想做的就是格式化我的.txt文件。
下面是我的文件的样子:
hello hello
goodbye goodbye
random random
example example
last last
我所要做的就是删除空格,并用分号替换它。
例如:
hello:hello
goodbye:goodbye
random:random
example:example
last:last
我不确定哪个命令可以完成这个任务,我很确定是grep还是awk。如果有人能帮我解决这个问题,那就太好了。谢谢,所有的帮助我们都很感激。
我有两个文件file1和file2
file1的内容是
Hello
how
are you
when can i meet you
film??
file2的内容是
Hello
how
are you
darling
when can i meet you
我想生成一个由两个文件组成的文件,如下所示
Hello
how
are you
darling
when can i meet you
film??
注意:在最终文件中,应该忽略file1第二行中的空格。在C或Linux中有没有内置的函数来完成上面的工作,或者可以编写一个脚本来完成这项工作?
我对这个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:
...
我有一个很大的文本文件,其中包含许多特殊字符,如"$!@%#$/“以及更多字符,如果文本文件中有任何特殊字符,我希望将该行删除。我只想保留A-Z和a-z字符。
如果这就是文件..。
!Somejunk)(^%
)%(&_
this
my_file
is
*(%%$
the
they're
file
那唯一剩下的就是...
this
is
the
file
使用linux命令行工具或bash脚本或python脚本的解决方案会更好,但任何可行的解决方案都可以!
如何使用sed用文本替换空行?我尝试了一些早些时候发布的技巧,但它不起作用。有人能帮我吗?
示例文件内容-
Linux is an os.
Linux is opensource
Linux has various flavors like fedora,centos etc.
我想用像hello这样的文字来代替这些空白行。
# 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
有两个文件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