Search Results

Search: Posts Made By: ammulu
1,212
Posted By ammulu
I tried with below mentioned code and executing...
I tried with below mentioned code and executing script in current dir it's not working .

#!bin/bash
find $HOME -type f | ls file
while read file
do
echo $file;
sed -i 's/...
1,212
Posted By ammulu
Shell script to find files in dir and updation
Hi,

I have the shell script requirement mentioned below :

List all java and c files or all files in directory and sub directories' in folder structure in current dir.

then search...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 03:34 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy