Skip to content
Snippets Groups Projects
Commit 50edf5a4 authored by Felix  Semler's avatar Felix Semler
Browse files

Cleaned up

parent ee65fa64
No related branches found
No related tags found
1 merge request!2Merge Master
%% Cell type:code id: tags:
``` python
import os
for subdir, dirs, files in os.walk('Reading_MT'):
for file in files:
print(os.path.join(subdir, file))
```
%% Output
Reading_MT/F000001.MT
Reading_MT/wsrtobs.csv
Reading_MT/read_headers.py
Reading_MT/3/34
Reading_MT/3/33
Reading_MT/1/11
Reading_MT/2/23
Reading_MT/2/22
%% Cell type:code id: tags:
``` python
file_ = 'sometext.MT'
file_[-3::]
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment