Skip to main content
Commonmark migration
Source Link

What are the %s %p options used here?

From the man page:

%s File's size in bytes.

 

%p File's name.

Scroll down on that page beyond all the regular letters for printf and read the parts which come prefixed with a %.

%n Number of hard links to file.

 

%p File's name.

 

%P File's name with the name of the starting-point under which it was found removed.

 

%s File's size in bytes.

 

%t File's last modification time in the format returned by the C `ctime' function.

Are there any other options that can be used?

There are. See the link to the manpage.

What are the %s %p options used here?

From the man page:

%s File's size in bytes.

 

%p File's name.

Scroll down on that page beyond all the regular letters for printf and read the parts which come prefixed with a %.

%n Number of hard links to file.

 

%p File's name.

 

%P File's name with the name of the starting-point under which it was found removed.

 

%s File's size in bytes.

 

%t File's last modification time in the format returned by the C `ctime' function.

Are there any other options that can be used?

There are. See the link to the manpage.

What are the %s %p options used here?

From the man page:

%s File's size in bytes.

%p File's name.

Scroll down on that page beyond all the regular letters for printf and read the parts which come prefixed with a %.

%n Number of hard links to file.

%p File's name.

%P File's name with the name of the starting-point under which it was found removed.

%s File's size in bytes.

%t File's last modification time in the format returned by the C `ctime' function.

Are there any other options that can be used?

There are. See the link to the manpage.

include text instead of image; quote instead of code
Source Link
fedorqui
  • 8.2k
  • 9
  • 38
  • 76

What are the %s %p options used here?

From the man page:

%s     File's size in bytes.
%p     File's name.

%s File's size in bytes.

%p File's name.

Scroll down on that page beyond all the regular letters for printf and read the parts which come prefixed with a %.

Screenshot of the webpages manpage

%n Number of hard links to file.

%p File's name.

%P File's name with the name of the starting-point under which it was found removed.

%s File's size in bytes.

%t File's last modification time in the format returned by the C `ctime' function.

Are there any other options that can be used?

There are. See the link to the manpage.

What are the %s %p options used here?

From the man page:

%s     File's size in bytes.
%p     File's name.

Scroll down on that page beyond all the regular letters for printf and read the parts which come prefixed with a %.

Screenshot of the webpages manpage

Are there any other options that can be used?

There are. See the link to the manpage.

What are the %s %p options used here?

From the man page:

%s File's size in bytes.

%p File's name.

Scroll down on that page beyond all the regular letters for printf and read the parts which come prefixed with a %.

%n Number of hard links to file.

%p File's name.

%P File's name with the name of the starting-point under which it was found removed.

%s File's size in bytes.

%t File's last modification time in the format returned by the C `ctime' function.

Are there any other options that can be used?

There are. See the link to the manpage.

What are the %s %p options used here?

From http://unixhelp.ed.ac.uk/CGI/man-cgi?findthe man page:

%s     File's size in bytes.
%p     File's name.

Scroll down on that page beyond all the regular letters for printf and read the parts which come prefixed with a %.

Screenshot of the webpages manpage

Are there any other options that can be used?

There are. See the link to the manpage.

What are the %s %p options used here?

From http://unixhelp.ed.ac.uk/CGI/man-cgi?find:

%s     File's size in bytes.
%p     File's name.

Scroll down on that page beyond all the regular letters for printf and read the parts which come prefixed with a %.

Screenshot of the webpages manpage

Are there any other options that can be used?

There are. See the link to the manpage.

What are the %s %p options used here?

From the man page:

%s     File's size in bytes.
%p     File's name.

Scroll down on that page beyond all the regular letters for printf and read the parts which come prefixed with a %.

Screenshot of the webpages manpage

Are there any other options that can be used?

There are. See the link to the manpage.

Source Link
Hennes
  • 2.1k
  • 15
  • 14
Loading