Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
May 7th, 2020
1,590
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Bash
0.14 KB
| None
|
0
0
raw
download
clone
embed
print
report
#!/bin/bash
COUNTER
=
0
while
[
$COUNTER
-lt
100000
]
;
do
let
COUNTER
=COUNTER+
1
touch
file
${COUNTER}
.txt
rm
file
${COUNTER}
.txt
done
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
example cli calculator with menu
Python | 4 hours ago | 2.94 KB
Untitled
4 hours ago | 7.86 KB
Untitled
5 hours ago | 1.02 KB
RW1trickpart2Player.log
6 hours ago | 127.75 KB
Multi-Episode NFO
XML | 7 hours ago | 51.51 KB
MDC_Tunnel_Liner
Lua | 8 hours ago | 3.62 KB
Untitled
8 hours ago | 11.11 KB
Cubio Game Server Logs Dump - 2026-02-11 03:3...
9 hours ago | 633.23 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!