pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
5 sec ago
Untitled
10 sec ago
Untitled
16 sec ago
Untitled
17 sec ago
Baller
20 sec ago
lolwut
28 sec ago
Untitled
23 sec ago
Untitled
23 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Mar 17th, 2010 | Syntax:
None
| Size: 0.17 KB | Hits: 57 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
#!/bin/bash
for ((i=2; i < 11; i++)); do
Zm= ls -l ./q | cut -c $i-$i
ZmX="x"
echo $Zm
if [ $Zm -eq $ZmX ]; then
echo 'zamiana na literke'
fi
done
create new paste
|
create new version of this paste
RAW Paste Data
#!/bin/bash for ((i=2; i < 11; i++)); do Zm= ls -l ./q | cut -c $i-$i ZmX="x" echo $Zm if [ $Zm -eq $ZmX ]; then echo 'zamiana na literke' fi done