我试图使用shell脚本将文件中的句子分割成不同的行。
现在我想把绳子分开!?或者。。输出应该如下:
我想从my_text.txt读取并包含的文件。
you want to learn shell script? First, you want to learn Linux command! then. you can learn shell script.
现在我想用“!”来分弦。或者"?“或者“。”输出应该如下:
您想先学习shell脚本,然后学习Linux命令,然后再学习shell脚本。
我用了这个脚本:
while read p
do
echo $p | tr "
我正在学习Linux内核模块编程。我要用比格尔伯恩黑做那个。我做了简单的'Hello‘应用程序和makefile。我已经检查过我的制造文件了--它是正确的。但是,当我命令“make”时,它会给出以下错误:
root@beaglebone:/home/sonu# make
make: Warning: File `Makefile' has modification time 2.2e+02 s in the future
make -C /lib/modules/3.8.13-bone70/build M=/home/sonu modules
make: *** /lib/mo
我是当前登录作为agochar通过图形用户界面登录。每当我在终端中键入任何命令时,它都会以蓝色显示,但是当我切换用户sudo su anupam并在终端中键入任何命令时,它就变得无色了?我不是这个领域的专家,因为我刚刚开始学习linux。这不是太严重的问题,但如果有人能帮助我解决这个问题,那么学习linux命令行就会更容易吗?
我最近开始使用Linux,所以我的程序只是为了学习。话虽如此,以下是我的代码:
#include
#include
int main () {
FILE *fin;
char buf[200];
fin = fopen("provaMake.txt", "r");
if (fin==NULL) {
fin = fopen("/home/giorgio/Desktop/provaMake.txt", "r");
if (fin==NULL) {
printf("finError\n&
我在构建helloworld Linux内核模块时遇到了问题。我正在使用VirtualBox从太阳与Ubuntu图像,我从Ubuntu网站下载。任何帮助都将不胜感激。Bellow是我得到的c代码和错误消息:
模块文件名为hellowrld.c,它包含以下代码:
#include <linux/module.h> // included for all kernel modules
#include <linux/kernel.h> // included for KERN_INFO
#include <linux/init.h&