Okay i will to show you how to find file with mp3 type or png type n etc. the script is simple. Lets do it:find all file with mp3 type. You just type in your terminal ---> find *.mp3find all file with png type. You just type in your terminal ---> find *.pngfind all file with avi type. You just type in your terminal ---> find *.aviokay, thats very simple. you can modify thats script with your idea. thanks for come in my blog.=-=-=-=-=Powered by Blogi...
Kamis, 02 Desember 2010


This tutorial explain you how to make file with lowercase exchange to Uppercase. This is the scenario.We have a file with lowercase in text. in this time, my file name is `aris` where in file have a `cakep` text.I want to text `cakep` in aris file change to Uppercase `CAKEP`Okay i thinks that's simple scenario, so we already to the script#!/bin/bash# Mengambil nama fileecho -n "Enter File Name : "read fileName # script ini untuk men-cek apakah file yg di maksud adaif [ ! -f $fileName ]; then echo...
Langganan:
Postingan
(
Atom
)