Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Newbie bash command overview with examples
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
basvdijk
n00b
n00b


Joined: 07 Apr 2003
Posts: 48
Location: Netherlands

PostPosted: Tue Dec 30, 2003 12:14 pm    Post subject: Newbie bash command overview with examples Reply with quote

Most of the bash command manuals only shows the syntax but not how to use them. I created a website which shows the commands with examples, which can be very usefull to newbies.

http://www.basvdijk.nl/


BTW This site also has a graphics section with the vector image of the Gentoo logo and various Gentoo/Linux wallpapers.
Back to top
View user's profile Send private message
dabooty
Guru
Guru


Joined: 15 May 2003
Posts: 482
Location: Belgium

PostPosted: Tue Dec 30, 2003 10:44 pm    Post subject: Reply with quote

I'm using mozillafirebird and i think the fonts in the navigation are very small, also, the layout table must be a 640 or so width, i would either make it at least aimed at 800*600, or define the width in % so it scales for higher resolutions. I don't know what resolution you are using, but i am at a 1024/768 and it's already very small (smal, as a dutch guy u'll understand) aka not filling even half the width of the screen

otherwise i think newbie linux sites aren't bad, i try to help a bit with a belgian one myself: www.linux4you.be
_________________
registered user #284425
get yourself counted
http://counter.li.org
------
#emerge -pv solves a lot of questions beforehand
Back to top
View user's profile Send private message
basvdijk
n00b
n00b


Joined: 07 Apr 2003
Posts: 48
Location: Netherlands

PostPosted: Wed Dec 31, 2003 8:30 am    Post subject: Reply with quote

dabooty wrote:
I'm using mozillafirebird and i think the fonts in the navigation are very small, also, the layout table must be a 640 or so width, i would either make it at least aimed at 800*600, or define the width in % so it scales for higher resolutions. I don't know what resolution you are using, but i am at a 1024/768 and it's already very small (smal, as a dutch guy u'll understand) aka not filling even half the width of the screen



I enlarged the font of the navigation menu a bit... I'm using 1280x1024 and looks fine...And the table width is written for a 1024x768 screen and looks just fine there...anyway thanks for your comment...

BTW I registered myself on your site...
Back to top
View user's profile Send private message
ikaro
Advocate
Advocate


Joined: 14 Jul 2003
Posts: 2527
Location: Denmark

PostPosted: Wed Dec 31, 2003 11:57 am    Post subject: Reply with quote

heh cool :)
both sites are very nice.
Thx for the gentoo logo, i might have a go with that later on.
_________________
linux: #232767
Back to top
View user's profile Send private message
dabooty
Guru
Guru


Joined: 15 May 2003
Posts: 482
Location: Belgium

PostPosted: Wed Dec 31, 2003 12:20 pm    Post subject: Reply with quote

Quote:
BTW I registered myself on your site...


it's not my site
it's actually a guy who helped me set up linux back in the days of still using Debian, and i wrote some things for it (though now he has redone his site and not all tutorials have been moved yet)
_________________
registered user #284425
get yourself counted
http://counter.li.org
------
#emerge -pv solves a lot of questions beforehand
Back to top
View user's profile Send private message
Keyed
Tux's lil' helper
Tux's lil' helper


Joined: 26 Jul 2002
Posts: 135
Location: Tennessee

PostPosted: Thu Jan 01, 2004 4:36 pm    Post subject: Reply with quote

There is a lot of good information and examples in the bash guide at tldp.org, it is even in the portage tree app-doc/abs-guide. It is a very good reference.
_________________
Windows is not a virus: Viruses are well supported by their authors, are running on most systems, their program code is fast, compact and efficient and they tend to become more sophisticated as they mature.
Back to top
View user's profile Send private message
dub.wav
Tux's lil' helper
Tux's lil' helper


Joined: 09 Apr 2003
Posts: 149
Location: Norway

PostPosted: Thu Jan 01, 2004 6:59 pm    Post subject: Re: Newbie bash command overview with examples Reply with quote

basvdijk wrote:
Most of the bash command manuals only shows the syntax but not how to use them. I created a website which shows the commands with examples, which can be very usefull to newbies.

http://www.basvdijk.nl/


BTW This site also has a graphics section with the vector image of the Gentoo logo and various Gentoo/Linux wallpapers.
Nice list, but I think you're missing one command:
Code:
cd -
Goes back to the previous directory.
Back to top
View user's profile Send private message
basvdijk
n00b
n00b


Joined: 07 Apr 2003
Posts: 48
Location: Netherlands

PostPosted: Fri Jan 02, 2004 5:45 pm    Post subject: Re: Newbie bash command overview with examples Reply with quote

dub.wav wrote:
basvdijk wrote:
Most of the bash command manuals only shows the syntax but not how to use them. I created a website which shows the commands with examples, which can be very usefull to newbies.

http://www.basvdijk.nl/


BTW This site also has a graphics section with the vector image of the Gentoo logo and various Gentoo/Linux wallpapers.
Nice list, but I think you're missing one command:
Code:
cd -
Goes back to the previous directory.


Thanks for letting me know, I just added it. And to tell you a secret: I didn't knew the command :P
Back to top
View user's profile Send private message
dabooty
Guru
Guru


Joined: 15 May 2003
Posts: 482
Location: Belgium

PostPosted: Fri Jan 02, 2004 6:23 pm    Post subject: Reply with quote

neither did i, great tip
_________________
registered user #284425
get yourself counted
http://counter.li.org
------
#emerge -pv solves a lot of questions beforehand
Back to top
View user's profile Send private message
Netztaucher
n00b
n00b


Joined: 28 Jan 2004
Posts: 1

PostPosted: Wed Jan 28, 2004 12:22 pm    Post subject: Reply with quote

thanks for the cd -
i was looking for that a long time :D
Back to top
View user's profile Send private message
discomfitor
l33t
l33t


Joined: 21 Feb 2003
Posts: 927
Location: None

PostPosted: Wed Jan 28, 2004 12:58 pm    Post subject: Reply with quote

cd .. anyone?
_________________
There is no substitute for experience.
Imperfection indicates a lack of effort.
Back to top
View user's profile Send private message
dub.wav
Tux's lil' helper
Tux's lil' helper


Joined: 09 Apr 2003
Posts: 149
Location: Norway

PostPosted: Wed Jan 28, 2004 4:21 pm    Post subject: Reply with quote

Darckness wrote:
cd .. anyone?
cd - goes back to the previous working directory, while cd .. goes one level down. Try cd'ing to /usr, and then typing cd -, and cd'ing to /usr, and then typing cd ..
Back to top
View user's profile Send private message
srlinuxx
l33t
l33t


Joined: 22 Nov 2003
Posts: 627

PostPosted: Fri Jan 30, 2004 12:33 am    Post subject: Reply with quote

dub.wav wrote:
cd - goes back to the previous working directory


neato!!! all these years using bash I always wondered how to do that. It was as simple as that! I really should start rtfm. :roll:

thanks!
_________________
--You talk the talk, but do you waddle the waddle?
-Gentoo Monthly Screenshots
Back to top
View user's profile Send private message
snakattak3
Guru
Guru


Joined: 11 Dec 2002
Posts: 468
Location: Seattle

PostPosted: Fri Jan 30, 2004 4:01 am    Post subject: Reply with quote

bash commands wrote:
Go to the precious directory:
$ cd -

Great site, but I've found a spelling error. It should be
correct spelling wrote:
Go to the previous directory:
$ cd -

Don't mean to be a stickler, but i couldn't help myself. Once again, great site. I wish I found something like this when I started out with linux.
_________________
Ban Reality TV!
Adopt an Unanswered Post
Back to top
View user's profile Send private message
basvdijk
n00b
n00b


Joined: 07 Apr 2003
Posts: 48
Location: Netherlands

PostPosted: Sun Feb 08, 2004 7:35 pm    Post subject: Reply with quote

snakattak3 wrote:
bash commands wrote:
Go to the precious directory:
$ cd -

Great site, but I've found a spelling error. It should be
correct spelling wrote:
Go to the previous directory:
$ cd -

Don't mean to be a stickler, but i couldn't help myself. Once again, great site. I wish I found something like this when I started out with linux.


Just corrected it...Thanks for the reminder...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum