Search Results

Search: Posts Made By: squosl
Forum: Fedora 04-30-2009
6,509
Posted By squosl
"one of my lab assignments is to explain the...
"one of my lab assignments is to explain the difference between Unix and Linux"

That's not a very fair question for an intro level class.

The really short answer is "Many millions of lines of...
11,664
Posted By squosl
take a look at the man page for 'date'. You will...
take a look at the man page for 'date'. You will be able to construct the date field of the filename, and then with that value you will be able to use the script above.
5,951
Posted By squosl
I don't know if it's the best way, but I'd setup...
I don't know if it's the best way, but I'd setup a script with a line like:
monthnum=0
for month in (Jan Feb Mar Apr); do
monthnum=$(($monthnum+1))
sed -e "s/'$month'/'$monthnum/" <infile...
Forum: Fedora 04-29-2009
6,509
Posted By squosl
I adminstrated a handful of OSX servers a few...
I adminstrated a handful of OSX servers a few years ago, OSX 8 I think. Structurally, OSX feels a lot like any other BSD variant. The problem I had is that apple inserted a layer of abstraction to...
7,457
Posted By squosl
Is he able to browse the web normally? If so,...
Is he able to browse the web normally? If so, then his DNS lookups are working ok. What does the IMAP server show for his account? Any errors? Mailbox too large?
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 06:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy