尝试下载 kallisto | bustools 时出现 nano ~/.bashrc 问题

尝试下载 kallisto | bustools 时出现 nano ~/.bashrc 问题

一些背景信息:


我在 Windows 上使用 ubuntu,尝试下载 kallisto | bustools

附件是他们团队制作的介绍视频(虽然他们使用的是 MacBook)

kallisto | bustools:安装: https://www.youtube.com/watch?v=thvtp7Ik6ts

我是一名高中生,因此对编码/编程还比较陌生(甚至不确定我现在是否在做这个)


我的问题是:当视频中的人输入内容时,nano ~/.bashrc我尝试做同样的事情,但会出现一个大页面,显示一条奇怪的消息(附在下面,可选择再输入 117 行)。他们得到的内容显示在他的 YouTube 视频的 3:00 分钟处。

关于我能做什么有什么想法吗?

谢谢!

“大页面”:

# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples

# If not running interactively, don't do anything
case $- in
    *i*) ;;
      *) return;;
esac

# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options
HISTCONTROL=ignoreboth

# append to the history file, don't overwrite it
shopt -s histappend

# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=1000
HISTFILESIZE=2000

# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize

# If set, the pattern "**" used in a pathname expansion context will
                                                              

相关内容