Net Mail and ll

jamin123

Member
Apr 27, 2005
36
0
0
Is Net Mail a popular unix utility? They use it a lot at my new job.
What is "ll"? I am used to ls -al
I saw my co-works using ll a lot, e.g. "ll -al /jax/con.xml".
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
ll is a common alias for ls. Maybe it's something else there. man ll. Or check the login stuff for an alias.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
ll is an alias for 'ls -l'

|| is a pair of pipes meaning 'or', like 'do_this_command || do_this_if_the_other_failed'

What is Net Mail?
 

jamin123

Member
Apr 27, 2005
36
0
0
we use netmail like telnet work to work on remote system. In netmail we use i commands to perform our duties. I was wondering if it a popular utility.