查询
1 词典释义:
ls
时间: 2025-03-04 19:26:37

"是的"

双语例句
  • When you type LS, it just lists what's in your current folder.

    当你输入LS时,它会把你当前目录下的文件罗列出来。

  • Listing 14. Typical ls -l output.

    清单14 . ls - l的典型输出。

  • The ls command is one example.

    ls命令就是一个示例。

  • Maybe LS IV-14 will be the first.

    而LS IV - 14有可能是第一颗黑矮星。

  • User commands (env, ls, echo, mkdir, tty).

    用户命令env、ls、echo、mkdir、tty。

  • Use ls -a to see these so-called hidden files.

    使用ls - a来查看这些所谓的隐藏文件。

  • By default, ls lists files alphabetically.

    默认情况下,ls将按字母顺序列出文件。

  • Use ls to list the contents of the directory.

    用命令ls显示每个目录的内容。

  • Use the ls -laf output found above as examples.

    可以使用ls - laF的输出作为示例查找上述内容。

  • Ls -r recursively lists the contents of a hierarchy.

    ls - R可以递归地列出层次结构中的内容。

  • Note: Listing 3 displays the typical output of ls -l.

    注意:清单3显示了ls - l的典型输出。

  • You can also find the number of bytes by using ls -l.

    您还可以通过ls - l命令获得字节数。

  • An executable, such as cat or ls, is a verb — an action.

    可执行命令,如cat或ls,是动词——操作。

  • A simple ls will give an indication (see Listing 5).

    简单的ls即可以得到清楚的指示(请参见清单5)。

  • Man ls will tell you all the ways to use the ls command.

    man ls将会告诉你ls命令的所有使用方式。

  • Next, performing an ls on the directory shows a list of files.

    然后对这个目录执行一个ls命令,这会显示很多文件。

  • To list the files in the working directory, use the ls command.

    要显示出工作目录下的文件,用ls命令。

  • Listing 14 shows some sample ls -l output for you to work with.

    清单14显示了要进行处理的ls - l输出示例。

  • For example, type ls [a-c] to find the files named a, b, and c.

    例如,键入ls [a - c]以查找名为a、b或c的文件。

  • To view the license, enter license -ls at the command line.

    若要查看许可协议,请在命令行输入license - ls。

  • LS configuration dialog can be used to enable the public access.

    可以使用LS配置对话框启用公共访问。

  • The ls command outputs the directory to the standard output.

    ls命令把目录输出到标准输出。

  • In Listing 19 we try using find with -exec rather than ls with xargs.

    在清单19中我们尝试使用带有- exec的find,而不是带有xargs的ls。

  • In the sequence above, the variable var is set to the two-letter string ls.

    在上面的命令序列中,把变量var设置为两字母的字符串ls。

  • That's what we did with the cgroup filesystem which is why ls /cgroup failed.

    在 cgroup 文件系统上就采用了这种做法,这正是 ls /cgroup 失败的原因。

  • We saw that the ls command, used for listing directory contents, is an alias.

    我们看到,用于列出目录内容的ls命令是一个别名。

  • For example: ls > this-dir sends the output from ls to a file named this-dir.

    例如:ls > this-dir 将 ls 的输出发送到一个名为 this-dir 的文件。

  • Since the output of ls was redirected to the file, no results appear on the display.

    因为,ls的输出被重定向到文件中,所以,在屏幕上也就没有信息显示了。

  • In some cases, an entry appears when you request a directory listing through ls.

    在有些情况下,当您使用ls请求目录清单时,将出现相应的条目。

  • For example, use ls -lrt to produce a long listing sorted from oldest to newest.

    例如,使用ls - lrt生成一个按从最旧到最新排序的长列表。