how to check how many space are free in current folder on a linux-system?
the file filesize
have in 1073741824
.
i need something to check in a script that in the folder are filesize
* 1,25 = space are must be free. how to do that?
with pwd
can be show the current folder, but how to combine this with df
?