python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What do shared libraries do and why does ls need to load so many?
I've been using strace on the ls command and I came across the large chunk of text below, and in doing a bit of research I've found that the vast majority of this is loading or reading shared librarie...
georgelid6
Votes: 0
Answers: 1
Loading the 2 most recent files from a folder in an ftp from Linux
Good afternoon everyone,
We have the following :
on server X we have some files spawning every 15 minutes (normally). This files are 2 type - .csv and .log
we need to grab the most recent 2 files and...
Tristan
Votes: 0
Answers: 1
Bash 'ls' does not accept * wildcard
I find it strange that when I use the * wildcard , ls sometimes takes it literally. Here's the actual case: I have the following folder structure:
This is the output of ls
00 02 04 06 08 10 12 ...
Ranjan
Votes: 0
Answers: 3
directory listing C (using dirent and stat)
Im making a directory listing application that prints a
directory listing just like the ’ls’ and ’dir’ commands in Linux and Windows respec-
tively.
my function: prints a listing of all files in the d...
bizariuz
Votes: 0
Answers: 1