Search Results

Search: Posts Made By: student1989
7,085
Posted By birei
Hi, Could be something like this? I had to...
Hi,

Could be something like this? I had to change spaces to tabs and output should be formatted better, but I hope you get the idea.

$ tail -n6 report ## Part of the script supressed....
7,085
Posted By birei
Hi, Output was incorrect. Here a new...
Hi,

Output was incorrect. Here a new version:

$ awk --version | sed '1q'
GNU Awk 3.1.8
$ cat report
BEGIN {
## Field separator.
FS=":";

## Header.
printf("%s\n", "Lazy...
6,069
Posted By pludi
Quick outline (pseudocode...
Quick outline (pseudocode (https://secure.wikimedia.org/wikipedia/en/wiki/Pseudocode), no guarantee for correctness):
db=arg1
command=arg2

switch command:
create:
if exists db
...
Forum: What is on Your Mind? 08-05-2009
44,801
Posted By ilikecows
Showing results 1 to 4 of 4

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