`
haohappy2
  • 浏览: 325876 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

some problem of bash shell.

 
阅读更多

character \015 (carrage return) 

 

perl -pi.bak -e "s/\r//g;" fileencode.pl

 

After run this command, the issue will be fixed

 

And also find another problem,  if you pass one parameters from one shell to another shell, if the paramter contain "blank", it will not work as normal shell

 

Solution.  php xxx.php bb.php "$argv", then exmplode $argv with blank

 

If you type parameters ,you need to type

 

findcake -title "aa bb"

 

 

 

 

 

 

分享到:
评论

相关推荐

    Shells编程快速入门(四)之Bash Shell.pdf

    在本文中,我们将深入探讨Bash Shell编程,它是Linux和Unix系统中广泛使用的命令行解释器。Bash Shell是GNU项目的一部分,它扩展了原始的Bourne Shell,并且是许多开发人员和系统管理员的首选工具。以下是关于Bash ...

    shell.dat生成器

    在IT行业中,`shell.dat` 文件通常与命令行接口(CLI)或外壳程序有关,特别是Linux和Unix系统中的Bash Shell。`shell.dat` 文件可能包含脚本、命令历史记录或者与Shell相关的配置信息。然而,"shell.dat生成器" 指...

    bash.acp&bash.stx

    在这个场景中,我们关注的是与Bash shell相关的配置文件——"bash.acp"和"bash.stx",这些文件是专门为EditPlus定制的,目的是增强在编辑Bash脚本时的用户体验。 `bash.acp` 文件是EditPlus的语法规则配置文件,...

    Learning the bash Shell, 3rd Edition

    Learning the bash Shell, 3rd Edition This refreshed edition serves as the most valuable guide yet to the bash shell. It's full of practical examples of shell commands and programs guaranteed to ...

    Bash参考手册.pdf

    Bash参考手册.pdf是Bash shell的官方参考手册,涵盖了Bash shell的所有方面,包括基本语法、变量、命令、函数、文件处理、流程控制、输入输出、错误处理等。 1. Bash简介 Bash是GNU项目的一部分,是自由软件基金会...

    TutorialsPoint Bash Shell 教程.epub

    TutorialsPoint Bash Shell 教程.epub

    AIX 5L Korn and bash Shell Programming.pdf

    根据提供的文档信息,我们可以推断出这是一份关于AIX 5L环境下Korn与bash Shell编程的教学资料。下面将从几个方面详细解读并总结出关键的知识点。 ### 一、课程简介 #### 1.1 课程背景及目标 本课程名为“AIX 5L ...

    learning the bash shell

    《学习Bash Shell》 Bash Shell是Unix和Linux操作系统中最常用的一种命令行解释器,全称为Bourne-Again SHell,它是GNU项目的一部分,由自由软件基金会维护。掌握Bash Shell对于提升Linux操作效率、编写自动化脚本...

    详解shell中source、sh、bash、./执行脚本的区别

    当使用`./test.sh`、`sh ./test.sh`或`bash ./test.sh`执行时,脚本在子shell中运行,无法访问父shell中的`name`变量。而使用`source`或`.`执行时,脚本在当前shell中运行,能够正确识别并打印出`name`的值。 了解...

    Learning the bash Shell

    《Learning the Bash Shell》是一本深受Linux用户喜爱的教程,主要针对Bash shell进行深入讲解。Bash(Bourne-Again SHell)是Linux操作系统中最常用的命令行解释器,它为用户提供了与系统交互的强大工具。这本书的...

    Learning The Bash Shell, 3rd Edition by Cameron Newbam & Bill Rosenblatt

    ### 关于《学习 Bash Shell》第三版 #### 标题解析 - **书籍名称**:“Learning The Bash Shell, 3rd Edition”(《学习 Bash Shell》第三版) - **作者**:Cameron Newham 与 Bill Rosenblatt 这本书籍是由两位...

    Linux之认识BASH和Shell.docx

    在Linux世界中,Bash(Bourne-Again SHell)和Shell是两个至关重要的概念,尤其是对于系统管理和运维人员而言。本文将深入探讨这两个概念及其相关知识。 首先,让我们来了解一下Shell。Shell是操作系统内核与用户...

    Advanced Bash Shell Guide

    **高级Bash Shell指南** Bash Shell,全称Bourne-Again SHell,是Linux和类UNIX系统中最常用的命令行解释器。它基于原始的Shell编程语言,由Steve Bourne开发,而Bash则是其增强版,由GNU项目维护。这份"Advanced ...

Global site tag (gtag.js) - Google Analytics