Skip to content
IT Nursery
  • Home
  • Programming
    • Mac / IOS
    • Android
    • Web Applications
    • PHP
    • Java
    • C
    • C++
  • DataBase
    • MySQL
  • CMS
    • WordPress
  • System and Network
    • Serverfault

posix

shebangs with absolute paths are default (POSIX)?

by IT Nursery

POSIX doesn’t specify how exactly the shebang is to be interpreted. Quoting from the exec family of functions’ RATIONALE: One common historical implementation … Read more

Tags posix, shell

A posix-compliant function for replace text with parameters and regex

by IT Nursery

A posix-compliant function for replace text with parameters and regex

Tags posix, regular-expression, replace, shell-script

Is there a POSIX shell alternative to read -e? [duplicate]

by IT Nursery

The POSIX read only supports -r (to be able to read backslashes). There is no way to ask the user for input and … Read more

Tags bash, posix, readline, shell

Awk regular expression syntax with number of repetition – different handling between gawk 3 and gawk 4 [duplicate]

by IT Nursery

Awk regular expression syntax with number of repetition – different handling between gawk 3 and gawk 4 [duplicate]

Tags awk, posix, regular-expression

Absolute / canonical / relative paths

by IT Nursery

Absolute / canonical / relative paths

Tags filesystems, posix

Is there a POSIX way to shutdown a UNIX machine?

by IT Nursery

A review of the list of all POSIX commands beginning on page 4, shows no equivalent to halt or shutdown.

Tags posix, shutdown

Is there a difference between these two commands?

by IT Nursery

Functionally similar, but specifically different. Essentially, they both read a bunch of data from the first file, write it to another file. When … Read more

Tags bash, command-line, posix

POSIX equivalent to column -t

by IT Nursery

pr does a lot of what column does. If you specify an actual command line we can work on the replacement one. NAME … Read more

Tags posix, text-formatting

Are there “esoteric” (weird) but standards-compliant C compilers or runtimes?

by IT Nursery

So, is there a unix variant or unix inspired platform, (or a compiler if it is mostly up to the compiler?) which is … Read more

Tags c, null, posix, segmentation-fault, standard

How do I use grep to find a text string in files in sub folders of a parent folder without -r switch

by IT Nursery

Using GNU grep (if installed): ggrep -A3 -B23 ‘word’ -R /log/ This will check every files in folder if the regular expression word … Read more

Tags grep, posix, recursive, solaris
Post navigation
Older posts
Page1 Page2 … Page20 Next →

Recent Posts

  • Advice for improving internal dashboard [closed]
  • grep : ‘+’ special character
  • File location for Syslogs in Centos machine
  • How to collect users’ task completion times?
  • “service {FOO} start” vs. “/etc/init.d/{FOO} start”? [closed]
IT Nursery
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Important Link

  • About
  • Privacy Policy
  • Contact

IT Nursery

The Goal of ITNursery Engaging the world to foster innovation through aggregate information. Our Question Answer post, blog information, products and tools help developers and technologists in life and at work.

copyright © 2023 All Right Reserved | IT NurSery