Sponsored Content
Top Forums Shell Programming and Scripting Understanding Logic and Flow better Post 302330368 by kshji on Wednesday 1st of July 2009 04:00:08 AM
Old 07-01-2009
I'm sure there are pages which include helps for you.

I have done something, but language is mostly finnish.
Karjalan ATK-Awot Oy
Ofcourse you can look those pages using Googles translator
Google Kääntäjä


if command I have done page using my english. Why ? If has used so often like programlanguage if. If command is different. Same situation with ex. case.
Karjalan ATK-Awot Oy

Big idea is to understand that everyline is commandline = works same way even command is builtin if, case, ... or something else like date, ls, rm, ...
- filename generation
- pipe
- io-redirection
- argument delimeter !!! (ex. if ...)
- ...

Example
Code:
ls * 
echo *
if cp x y 2>/dev/null ; then
   print ok
else
   print not so good
fi

I'm sure, you get other links also.
 

2 More Discussions You Might Find Interesting

1. Programming

logic understanding for inter client chat server

hello everyone, i am making chat server in linux using c. i have made programs in which group chat can take place between multiple clients but i am not able to understand how to make 2 particular clients chat with each other. please help!!! (1 Reply)
Discussion started by: sweetbella
1 Replies

2. Homework & Coursework Questions

Help understanding aspell logic

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: I am working on a script to create a spell check assignment. I have the code written , but it is not working. To... (1 Reply)
Discussion started by: nikkoNIU
1 Replies
URL(4)							   BSD Kernel Interfaces Manual 						    URL(4)

NAME
url -- Realtek RTL8150L USB Ethernet driver SYNOPSIS
url* at uhub? urlphy* at mii? DESCRIPTION
The url driver provides support for USB Ethernet adapters based on the Realtek RTL8150L USB-ether bridge chip. The url driver supports the following adapters: CompUSA USBKR100 GreenHouse GH-USB100B Melco Inc. LUA-KTX Sitecom LN013 For more information on configuring this device, see ifconfig(8). DIAGNOSTICS
url%d: watchdog timeout A packet was queued for transmission and a transmit command was issued, however the device failed to acknowledge the transmission before a timeout expired. url%d: no memory for rx list The driver failed to allocate an mbuf for the receiver ring. SEE ALSO
arp(4), mii(4), netintro(4), usb(4), ifconfig(8) HISTORY
The url device driver first appeared in NetBSD 1.6. AUTHORS
The url driver was written by Shingo WATANABE <nabe@nabechan.org>. BSD
September 18, 2006 BSD
All times are GMT -4. The time now is 06:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy