Search Results

Search: Posts Made By: rajut1984
2,650
Posted By rajut1984
Hi , Use the below commands for copy .. ...
Hi ,

Use the below commands for copy ..

To copy a file

cp <source_file> <new_file_name>
----------------------------------------

To copy a complete directiory

cp -r <source_dir>...
3,381
Posted By rajut1984
Try this : *.abc*: (any amount of...
Try this :

*.abc*: (any amount of space/tab)!* - patten to be matched


1) /.*\.abc\:\t*\!/s

or

2) /.*\.abc\: *\!/s
6,208
Posted By rajut1984
Use $1 instead of \1 Modify the command as...
Use $1 instead of \1

Modify the command as below ...
perl -p -e "s/func_a\((.*)?\);/func_b\($1,\n6\);/s" < file |more
Showing results 1 to 3 of 3

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