Search Results

Search: Posts Made By: Raghav_Singh
4,154
Posted By Raghav_Singh
you can get the required output through sed, try...
you can get the required output through sed, try following commandsed -i 's/ยง/|/g' filename.txt
3,715
Posted By Raghav_Singh
You can use loop to run on a specific time of...
You can use loop to run on a specific time of day:
#!/bin/bash

while true;
do
TIME=`date | cut -d' ' -f4`
echo $TIME
if [[ $TIME == "22:00:00" ]]
then
`your...
Showing results 1 to 2 of 2

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