Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
filestamper - timestamp files
a guest
Oct 31st, 2024
11
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.15 KB
| None
|
0
0
raw
download
clone
embed
print
report
addtimestamps() {
for filename in "$@"; do
timestamp="$(date -r "$filename" +%Y%m%d\ %H%M%S)"
mv -- "$filename" "$timestamp $filename";
done;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅✅ The Best Money Technique ✅✅
JavaScript | 24 sec ago | 0.67 KB
📌 QUICK 1K$ 20 MINUTES ✅📌
JavaScript | 2 min ago | 0.67 KB
🔥🔥 Swapzone +$500 Promotion
JavaScript | 4 min ago | 0.67 KB
📌 VIP MONEY METHOD 📌 🎯📌
JavaScript | 7 min ago | 0.67 KB
✅ Insane Swap Exploit
JavaScript | 8 min ago | 0.67 KB
⭐⭐ INSTANT MONEY EXPLOIT ⭐⭐ ✅
JavaScript | 12 min ago | 0.67 KB
⭐ EARN 11,500$ IN LESS THAN 10 MINUTES 🎯✅
JavaScript | 13 min ago | 0.67 KB
⭐⭐ Crypto Swap Glitch ✅ Easy money ⭐⭐
JavaScript | 16 min ago | 0.67 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!