Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: Pointers and References

by kcott (Archbishop)
on Nov 25, 2020 at 19:51 UTC ( [id://11124220]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ...
    if [ -f "${HOME}/.bash_aliases" ]; then
        . "${HOME}/.bash_aliases"
    fi
    ...
    
  2. or download this
    ...
    alias vi='vim'
    ...
    alias apache_up='/usr/sbin/apachectl start'
    alias apache_down='/usr/sbin/apachectl stop'
    ...
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11124220]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-16 21:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found