-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGO.txt
51 lines (49 loc) · 1.22 KB
/
GO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# 1
Deve ter um comando tree que imprime uma lista como a que segue abaixo
├── deste_mes/
| ├── aluguel (pago)/
| | └── bervel_xxx.pdf
| ├── celular (vence dia 3)/
| | └── conta_05012012.pdf
| └── luz (pendente de pagamento)/
| | └── nao_possui_controle_de_arquivo.txt
| └── telefone (aguardando carregamento de arquivo)/
|
└── mes_passado/
└── abril/
├── aluguel (pago)/
| ├── report.txt
| └── bervel_xxx.pdf
├── celular (pago)/
| ├── report.txt
| └── conta_05052012.pdf
└── luz (pago)/
| ├── report.txt
| └── nao_possui_controle_de_arquivo.txt
└── telefone (pago)/
├── report.txt
└── conta.pdf
... (esta parte eu nao quis por a arvore e identar melhor: tente entender =D)
esse_ano/
abril/
aluguel (pago)/
report.txt
bervel_xxx.pdf
celular (pago)/
report.txt
conta_05032012.pdf
luz (pago)/
report.txt
nao_possui_controle_de_arquivo.txt
telefone (pago apos o vencimento)/
report.txt
conta.pdf
fevereiro/
...
marco/
...
abril/
...
outros anos/
2011/
2010/