`
chembo
  • 浏览: 942607 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

【solved】bin/bash^M: bad interpreter:

阅读更多
可能是你的脚本文件是DOS格式的, 即每一行的行尾以\r\n来标识, 其ASCII码分别是0x0D, 0x0A.
可以有很多种办法看这个文件是DOS格式的还是UNIX格式的, 还是MAC格式的
(1). vi filename
然后用命令
:set ff?
可以看到dos或unix的字样. 如果的确是dos格式的, 那么你可以用 set fileformat=unix 把它强制为unix格式的, 然后存盘退出. 再运行一遍看.

(2)也可以用sed 这样的工具来做:
sed 's/^M//' filename > tmp_filename
mv -f tmp_filename filename
来做
特别说明:^M并不是按键shift + 6产生的^和字母M, 它是一个字符, 其ASCII是0x0D, 生成它的办法是先按CTRL+V, 然后再回车(或CTRL+M)
分享到:
评论

相关推荐

    leetcode316-GitofLeetCode:这是我在LeetCode上工作的Git

    solved 69 / 316 problems. 04/16/2016: Welcome, bamboomvp! You have solved 102 / 324 problems. 01/22/2017: Hey Man! R U Ready to rock it? 08/27/2017: Don't give up, YET!!! 03/25/2018: 365天倒数计划,去...

    Solved-OJ-Problems

    意见书 自动生成 :red_heart: 使用 介绍 用于跟踪问题解决实践的存储库,其中包含来自平台的解决方案: 编码部队 内容 # 标题 解决方案 标签 ... geometry greedy math sortings *1200 ... constructive algorithms ...

    next-tutorial:NextJS实践

    在Next.js中了解有关路由的信息TL; DR! 静态路由与动态路由(带有链接标记) 服务器模式与客户端模式了解getInitialProps , ... Link href = "/post/solved/[id]" as = { `/post/solved/ ${ id } ` } > 동적 path

    philipwalton-solved-by-flexbox:philipwaltonsolved-by-flexbox 的注释

    在本地查看站点Solved by Flexbox 站点可以使用或构建。 如果您的系统上安装了其中任何一个,则可以运行以下命令来构建和提供本地副本。 # Clone the git repository and cd into the cloned directory.git clone ...

    DL-Final-Solved-assigments-PIAIC146681:第二季度解决方案

    标题中的"DL-Final-Solved-assigments-PIAIC146681:第二季度解决方案"表明这是一个关于深度学习(Deep Learning)的最终解决作业集,属于PIAIC(巴基斯坦信息技术研究所)146681号课程的第二季度内容。这个压缩包...

    LTspice快捷键官方

    * LOADBIAS:load a previously solved DC solution * MACHINE:arbitrary state machine * MEASURE:evaluate user-defined electrical quantities * MODEL:define a SPICE model * ...

    leetcode分配任务-Interview-solved::palm_tree:解决Python中的少数面试编码挑战:snake:

    leetcode 分配任务 --- Python3中的面试解决方案 有实现是为了学习目的。 如果您想贡献更有效的解决方案,请随时打开问题并提交您的解决方案。 贡献指南 要做出贡献,请确保问题尚未添加到存储库中。...

    人教版新目标高中英语选修8词组归纳总结.doc

    例如:“We solved the problem by means of teamwork.”(我们通过团队合作解决了问题。) - `slavery` (n.):受奴役的状态,奴隶制。这涉及到历史上的重要话题,如美国的废奴运动。 - `majority` (n.):大多数,...

    独立主格练习题.rar

    4. 名词/代词 + 副词:表示动作的方式或结果,如 “The problem solved, they celebrated.”(问题解决后,他们庆祝了。) 5. 名词/代词 + 介词短语:表示动作的位置或时间,如 “Her homework done, she could ...

    leetcode跳跃-LeCode:乐科

    Solved by Python easy/middle/hard:15/36/5 1. Two Sum 两数之和 2. Add Two Numbers 两数相加 3. Longest Substring Without Repeating Characters 无重复字符的最长子串 4. Median of Two Sorted Arrays 寻找两...

    lrucacheleetcode-PyLeetcode:用Python解决Leetcode问题

    lru缓存leetcode 停止挣扎,你就不再活着! 直到2018-01-29 19:07:21,我已经解决了577 / 750问题,而126仍然被锁定。 完成统计:Python:577 笔记: :locked: 意味着你需要从 LeetCode 购买一本书 ...046

    CE中文版-启点CE过NP中文.exe

    Manuel Ibacache M. from Chile has provided us with spanish(Latin) translation files for Cheat Engine. They can be downloaded from the download section where you can find the other translation files, ...

    leetcode和oj-leetcode-stats:一个python脚本来获取你自己的leetcode统计信息

    leetcode 和 oj leetcode-stats 一个 python 脚本,用于在 leetcode 上获取您自己的统计信息。 ...上处理过的那些问题的更...solved: 84 / 107 Medium problems solved: 57 / 209 Hard problems solved: 19 / 88 --------

    Common Format For Exchange of Solved Load Flow Data

    《Common Format For Exchange of Solved Load Flow Data》是一篇关于电力系统潮流计算数据交换格式的重要论文。该论文提出了一个用于交流解决的潮流计算案例的通用格式,并且目前在北美大部分地区广泛使用。通过...

    高频常用英语的胶水词.docx

    例句:The delay was due to bad weather conditions. - **owing to**:表示原因。例句:Owing to the poor performance, he lost his job. - **thanks to**:表示由于某种原因而得到好处。例句:Thanks to your ...

    【国外著名大学编写MATLAB】GPS导航工具箱.zip

    for navigation has been solved. •GPS Ephemeris Data: for GPS navigation, the position of GPS satellite is very important so the by receiving ephemeris data the position of the satellite is ...

    Rust 中的简单 RSA VDF

    RSA VDFRust 中的简单 RSA VDF (Wesolowski18 )let t= BigInt::sample (20 );//time parameter// One ... solver sends solved vdf to challenger// 5. challnger checks solutionlet res= solved_vdf.verify (&

    binpacking.rar_Bin Packing_Bin packing problem_BinPacking MATLAB

    it is a matlab code for bin-packing problem this problem solved with genetic algorithm output is very beautiful

    Alpha Controls.v.11.02.D5-XE10.1.nSrc.Exirbox

    29.05.2016 AlphaControls v11.02 Beta released * Added new TsGradientPanel component... * Solved problem with compilation under CX 10.1 Berlin * Minor bugfixes and improvements * Added new "TV-c" skin

    leetcode2-cli:力扣CLI

    leetcode 2 力扣 CLI 启动tmux 、 vim和leetcode-cli ...solved 17 failed 523 todo #:/> ? cat - Show test case(s). cd - Change problem(s). cheat - C.H.E.A.T. check - Test the solution. chmod

Global site tag (gtag.js) - Google Analytics