3 lines
48 B
Bash
3 lines
48 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
find / -type f > list_of_files.list
|