WMI

Website Management Indonesia

  • Home
  • About
  • privacy
  • tos
  • Archives
  • Sitemap
  • Table of Contents
  • Overview

Dimas Lanjaka

Website Management Indonesia is a blog about scripts, tips and tricks, games, software. Covering php, javascript, jquery, mysql, seo, e-commerce and others.
762 posts
19 categories
71 tags
GitHub E-Mail FB Page
0%

[Bash] Menghapus spasi pertama pada file

Posted on 2019-02-02 In uncategorized
pre>
IFS=\n
for f in find . -type f -name
do
mv f f/\.\/ /\.\/
done

IFS=$'\n'
for f in $(find . -type f -name ' *')
do
mv $f ${f/\.\/ /\.\/}
done
# Linux/Unix
Difficult Signal Film 2017 Subtitle Indonesia Movie
Thankfully Font
© 2022 Dimas Lanjaka