Skip to content

Commit a767bb7

Browse files
committed
minor updated, red and man
1 parent c027422 commit a767bb7

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- 21 http://web.archive.org/web/20250126132814/https://www.studytonight.com/post/getting-started-with-gui-programming-using-red-programming-language

languages/interpreted/red/self.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
- by Nenad Rakočević
66
- based on Rebol
77
- .red, .reds
8+
- tutorial https://redprogramming.com/Home.html
89
- tutorial https://www.red-by-example.org/
910
- tutorial https://learnxinyminutes.com/docs/red/

languages/interpreted/red/videos.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
- 20 Parsing with Red https://www.youtube.com/@yvescloutier3835/videos
33
- 16 Red language overview (Maxim Velesyuk) https://www.youtube.com/watch?v=4ZbGJemrLFw
44
- 13 Red Programming Language: From Systems Programming to Declarative GUI Scripting - Kaj de Vos https://www.youtube.com/watch?v=_xObn-LRn-c
5+
- 13 Nenad Rakocevic Recode talk https://www.youtube.com/watch?v=-KqNO_sDqm4
56
- 12 Introduction to Red Programming Language by Nenad Rakocevic https://www.youtube.com/watch?v=j-qLzrw-D2I
67
- 12 Red Programming Language running on the Raspberry Pi - Kaj de Vos 1/2 https://www.youtube.com/watch?v=9eQPtrw8rIQ
78
- 12 Programming for common people: introducing the new Red language - Kaj de Vos (1/2) https://www.youtube.com/watch?v=YtLHl-Kpyyg

terminal/tools/man.org

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@
2121
* cli
2222

2323
#+begin_src sh
24-
$ manpath
24+
$ echo $MANPATH # prints locations
25+
$ manpath # prints locations
26+
$ mandb # updates man pages
2527
$ man man
26-
$ man 7 man # macro language
28+
$ man 7 man # macro language
2729
$ man -f FOOBAR # list all available sections for FOOBAR
2830
$ man -Tps | ps2pdf - bash.pdf
2931
$ man -l foo/bar.1

0 commit comments

Comments
 (0)