Search Results

Search: Posts Made By: Asheesh
7,716
Posted By sk1418
kent$ echo "abc&nbsp123" | sed -r...
kent$ echo "abc&nbsp123" | sed -r 's#\&nbsp#\&\|nbsp#g'
abc&|nbsp123
7,716
Posted By sk1418
since you didn't give much detailed description,...
since you didn't give much detailed description, I guess you want to do this, pls try:

under one directory, find all files (including the subdirs) containing a text pattern, then replace this...
14,260
Posted By happy.tripathy
Hi Asheesh, Try this ... ...
Hi Asheesh,
Try this ...
-----------------------------------
#!/bin/sh

#Get current time_stamp
ts=`date +%m%d%H%M`;export ts
ts=`expr $ts - 100`

#Create file with time_stamp
touch -t 0$ts...
Showing results 1 to 3 of 3

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