We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2e935 commit 3de02b1Copy full SHA for 3de02b1
.gitpod.yml
@@ -12,7 +12,7 @@ tasks:
12
# run standard gradle build
13
./gradlew localDistro
14
15
- find / -type f -newer /workspace/starttime.txt -xdev > /workspace/lostfiles.txt
+ find / -xdev -type f -newer /workspace/starttime.txt > /workspace/lostfiles_$(date +"%Y%m%d_%H%M%S").txt
16
17
jetbrains:
18
intellij:
0 commit comments