سلام دوستان من از روی اموزشی که تو قسمت برنامه نویسی سایت چسبونک شده داشتم برنامه نویسی یاد میگرفتم که هر کار میکنم این جواب درستی بهم نمیده
#!/bin/sh
# fist
# this is my first script and it is from forum.ubuntu.ir
for file in *
do
if grep -q POSIX $file
then
echo $file
fi
done
exit 0
این جوابی که میده ((فایل تو هم دایرکتوریه ))
grep: �����: No such file or directory
grep: �����: No such file or directory
hello.sh
grep: The: No such file or directory
grep: KMPlayer: No such file or directory
grep: Ubuntu: No such file or directory
grep: One: No such file or directory
alieblice@alieblice-MS-7360:~$
alieblice@alieblice-MS-7360:~$ exit 0
اگرم بگین که این چه کاری رو میخاد انجام بده خیلی خوب میشه
پیشاپیش ممنون.