4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
2 results tagged order x
  • thumbnail
    Unix/Linux find and sort by date modified - Super User

    find . -printf "%T@ %Tc %p\n" | sort -n

    printf arguments from man find:

    %Tk: File's last modification time in the format specified by k.
    
    @: seconds since Jan. 1, 1970, 00:00 GMT, with fractional part.
    
    c: locale's date and time (Sat Nov 04 12:02:33 EST 1989).
    
    %p: File's name.
    May 15, 2018 at 9:46:01 AM GMT+2 - permalink - archive.org - https://superuser.com/questions/294161/unix-linux-find-and-sort-by-date-modified
    find order
  • Module ngx_http_core_module

    Un truc important :

    During searching for a virtual server by name, if the name matches more than one of the specified variants, (e.g. both a wildcard name and regular expression match), the first matching variant will be chosen, in the following order of priority:

    the exact name
    the longest wildcard name starting with an asterisk, e.g. “*.example.com”
    the longest wildcard name ending with an asterisk, e.g. “mail.*”
    the first matching regular expression (in order of appearance in the configuration file)
    January 28, 2016 at 5:32:03 PM GMT+1 - permalink - archive.org - http://nginx.org/en/docs/http/ngx_http_core_module.html#server_name
    conf nginx order
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation