Top "Stat" questions

The stat(2) system call on POSIX systems.

How to get summary statistics by group

I'm trying to get multiple summary statistics in R/S-PLUS grouped by categorical column in one shot. I found couple …

r dplyr stat summarize s
How to use S_ISREG() and S_ISDIR() POSIX Macros?

This is a C program I wrote to recursively navigate and output directories and regular files. It compiles and runs …

c solaris stat readdir
R "stats" citation for a scientific paper

I analyzed my data using R package ‘stats’ (version 2.15.3). A reviewer asked me the right citation of this package and …

r package stat citations
How to display modified date time with 'find' command?

With a find command, I can display directories names with multiple levels. The following command display all directories under /var …

linux command-line grep find stat
Printing file permissions like 'ls -l' using stat(2) in C

I am trying to write a small C program that emulates the unix command ls -l. To do so, I …

c stat
Implementing the ls -al command in C

As a part of an assignment from one of my classes, I have to write a program in C to …

c linux file ls stat
mv: cannot stat error : No such file or directory error

I need to move the files of a directory to another directory.I get stat error when I used the …

linux bash stat
From stat().st_mtime to datetime?

What is the most idiomatic/efficient way to convert from a modification time retrieved from stat() call to a datetime …

python python-3.x datetime stat pathlib
filesize(): stat failed for specific path - php

i am coding a simple doc managing script and need to get the file size and file type /file or …

php filesize stat
Method to extract stat_smooth line fit

Is there a way to extract the values of the fitted line returned from stat_smooth? The code I am …

r ggplot2 stat