Creating Commands
From Yubnub
(Difference between revisions)
m (moved String_Manipulation to footer) |
|||
Line 3: | Line 3: | ||
---- | ---- | ||
- | |||
- | |||
; [http://yubnub.org/kernel/man?args=url url] : returns the URL a YubNub command would have redirected you to. | ; [http://yubnub.org/kernel/man?args=url url] : returns the URL a YubNub command would have redirected you to. | ||
Line 18: | Line 16: | ||
- | See [ | + | See [[String Manipulation]] |
---- | ---- | ||
View [[SiteMap]] | View [[SiteMap]] |
Revision as of 02:15, 6 June 2008
Some YubNub commands are useful for creating other commands:
- url
- returns the URL a YubNub command would have redirected you to.
- ifthen
- is the type of command that might lead to YubNub becoming Turing complete.
- random
- generates random numbers.
- randwd
- generates a random word.
- scrape
- extracts the bit of text you want from a web page.
- split, splith, and splitv
- display several webpages at the same time.
- date
- prints a date (today by default) in whatever format you need.
- delw
- deletes the specified text wherever it appears.
- extractdomainname
- pulls the domain out of a URL.
- ifempty
- checks for empty strings.
View SiteMap