ls
Imitating ls in ansi C
I have a code to mimic ls -la in ansi C, but when I change the directory from . (current directory) to any other it keep saying No such file or directory, any ideas why?[详细]
2023-04-13 05:42 分类:问答Unix ls command file name sort (differently than default)
Chris-Muenchs-Mac-Book-Pro:database cmuench$ ls -1 database.sql database_10.0-10.1.sql database_10.1-10.2.sql[详细]
2023-04-06 06:17 分类:问答How to merge files in bash in alphabetical order
I need to merge a bunch of mp3 files together. I know that simply doing cat file1.mp3 >> file2.mp3[详细]
2023-03-30 03:45 分类:问答bash: /bin/ls: Argument list too long
I need to make a list of a large number of files (40,000 files) like below: ERR001268_1_100.fastqERR001268_2_156.fastqERR001753_2_78.fastq[详细]
2023-03-27 17:15 分类:问答script/command needed to list down all header files (.h files) in a directory (recursively)
given a base directory I would like to recursively list down all the header files under all directories below it[详细]
2023-03-26 03:49 分类:问答Problem Listing files in bash with spaces in directory path
When entered directory into the command line, this: ls -d -1 \"/Volumes/Development/My Project/Project\"/**/* | grep \\.png$[详细]
2023-03-25 13:34 分类:问答Perform ls command with * in name
I would like to perform an ls command on a file named like /var/local/tmp/foo*.I have been trying to use[详细]
2023-03-25 07:32 分类:问答readdir(3) strange behavior : finding non existing files in /dev/
I\'m using opendir / readdir / closedir to reproduce a program similar to ls, it went pretty well until I tried to ls \"/dev/\" when it comes to \"/dev/fd/\" with the recursive options, it find more f[详细]
2023-03-25 01:15 分类:问答I'm trying to list(ls) a folder by ssh-ing into a server. Is there any command to store the output as array?
I\'m tried using this command array=`find ssh userName@Host ls Roo开发者_如何学Got/top/directory -type d`[详细]
2023-03-24 09:31 分类:问答pass output as an argument for cp in bash [duplicate]
This question already has answers here: How to pass command output as multiple arguments to another command[详细]
2023-03-22 20:42 分类:问答