7 lines
171 B
Bash
Executable file
7 lines
171 B
Bash
Executable file
#!/bin/bash
|
|
date
|
|
echo "79350"
|
|
#wc -l manifest_dem.txt
|
|
#find terrain_rgb -type f \( -name "*.tif" -o -name "*.tiff" \) | wc -l
|
|
cat resume/dem_resume.txt
|
|
du -sh terrain_rgb
|