All Questions
Tagged with portability command-line
3 questions
2
votes
1
answer
299
views
process list with quoted arguments, portably
How can an original command issued at the command line be acquired without using proc or any other non standard tool?
When printing a process list using ps, the arguments passed in to initiate the ...
7
votes
3
answers
12k
views
Do all different Linux distributions have the same command lines? [closed]
Do all different Linux distributions have the same command lines? What I want to know is the same command line works for all kinds of Linux distributions (CentOS, Fedora, Ubuntu, etc.) or whether they ...
4
votes
3
answers
1k
views
Standard and portable way to send email from console?
What is the most portable or standard way to send an email from the console or a script on Linux, and possibly Unix?