Some checks are pending
Build NFDOS ISO / build (push) Waiting to run
29 lines
708 B
Markdown
29 lines
708 B
Markdown
grep -n "^[ ]\+" /home/neo/Público/nfdos/src/Makefile.am
|
|
grep -n "^[ ]\+" /home/neo/Público/nfdos/configure.ac
|
|
file Makefile.am
|
|
file src/Makefile.am
|
|
file configure.ac
|
|
cat -A Makefile.am | grep '\^I'
|
|
cat -A src/Makefile.am | grep '\^I'
|
|
cat -A configure.ac | grep '\^I'
|
|
nl -ba Makefile | sed -n '770,790p'
|
|
grep -n "^[ ]" Makefile | head
|
|
|
|
hmmm 😏
|
|
resolvido 😘 segue a tree da wiki:
|
|
```
|
|
tree src/docs/wiki
|
|
src/docs/wiki
|
|
├── Architecture.md
|
|
├── Build-System.md
|
|
├── FAQ.md
|
|
├── _Footer.md
|
|
├── Home.md
|
|
├── Neurotron.md
|
|
├── Roadmap.md
|
|
├── _Sidebar.md
|
|
└── TRM.md
|
|
|
|
1 directory, 9 files
|
|
```
|
|
hoje vamos so tratar da _Sidebar.md (linkar para as outras paginas) |